Html Css Color HEX #B0A55F Gimblet

📋 copy color: '#B0A55F'

red 176 ◦ green 165 ◦ blue 95

#B0A55F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gimblet #B0A55F

Tints of Gimblet #B0A55F

RGB

 RED value IS 176 (69.14% from 255) = 40.37%

 GREEN value IS 165 (64.84% from 255) = 37.84%

 BLUE value IS 95 (37.5% from 255) = 21.79%

R = 40.37%
G = 37.84%
B = 21.79%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.46

 K value IS 0.31

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B0A55F (or 0xB0A55F) is known color: Gimblet. HEX triplet: B0, A5 and 5F. RGB value is (176,165,95). Sum of RGB (Red+Green+Blue) = 176+165+95=436 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.37% from 436); Green value is 165 (64.84% from 255 or 37.84% from 436); Blue value is 95 (37.5% from 255 or 21.79% from 436); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A55F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0A55F is #4F5AA0. Grayscale: #A0A0A0. Windows color (decimal): -5200545 or 6268336. OLE color: 6268336.

HSL color Cylindrical-coordinate representation of color #B0A55F: hue angle of 51.85º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B0A55F is Cyan = 0, Magento = 0.06, Yellow = 0.46 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 165 95 -
CMYK 0 0.06 0.46 0.31
HSL 51.85º 0.34% 0.53% -
HSV(B) 51.85º 0.46% 0.69% -
XYZ 33.43 36.97 16.2 -
YUV 160.31 91.14 139.19 -
System Red Green Blue C M Y K H S L
Decimal 176 165 95 0 0.06 0.46 0.31 51.85 0.34 0.53
Hex B0 A5 5F 0 6 2E 1F 34 22 35
Octal 260 245 137 0 6 56 37 64 42 65
Binary 10110000 10100101 1011111 0 110 101110 11111 110100 100010 110101

Color Harmonies of #B0A55F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0A55F

Black with #B0A55F

Text Example


Text Example

White with #B0A55F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0A55F; }

 p { color: rgb(176,165,95); }

 H1.HeaderClassName
 {
   color: #B0A55F;
 }
 .AnyTagClassName
 {
   color: #B0A55F;
 }
</style>

background-color css

<style>
 a { background-color: #B0A55F; }

 a { background-color: rgb(176,165,95); }

 div.DivClassName
 {
   background-color: #B0A55F;
 }
 .BgClassName
 {
   background-color: #B0A55F;
 }
</style>

border-color css

<style>
 span { border-color: #B0A55F; }

 span { border-color: rgb(176,165,95); }

 td.TdClassName
 {
   border-color: #B0A55F;
 }
 .TagClassName
 {
   border-color: #B0A55F;
 }
</style>