Html Css Color HEX #B5B178 Dark Khaki

📋 copy color: '#B5B178'

red 181 ◦ green 177 ◦ blue 120

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

Shades of Dark Khaki #B5B178

Tints of Dark Khaki #B5B178

RGB

 RED value IS 181 (71.09% from 255) = 37.87%

 GREEN value IS 177 (69.53% from 255) = 37.03%

 BLUE value IS 120 (47.27% from 255) = 25.1%

R = 37.87%
G = 37.03%
B = 25.1%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.34

 K value IS 0.29

RGB Variations

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

Color information

#B5B178 (or 0xB5B178) is known color: Dark Khaki. HEX triplet: B5, B1 and 78. RGB value is (181,177,120). Sum of RGB (Red+Green+Blue) = 181+177+120=478 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.87% from 478); Green value is 177 (69.53% from 255 or 37.03% from 478); Blue value is 120 (47.27% from 255 or 25.10% from 478); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B178 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5B178 is #4A4E87. Grayscale: #ABABAB. Windows color (decimal): -4869768 or 7909813. OLE color: 7909813.

HSL color Cylindrical-coordinate representation of color #B5B178: hue angle of 56.07º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B5B178 is Cyan = 0, Magento = 0.02, Yellow = 0.34 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 177 120 -
CMYK 0 0.02 0.34 0.29
HSL 56.07º 0.29% 0.59% -
HSV(B) 56.07º 0.34% 0.71% -
XYZ 38.17 42.62 23.98 -
YUV 171.7 98.83 134.63 -
System Red Green Blue C M Y K H S L
Decimal 181 177 120 0 0.02 0.34 0.29 56.07 0.29 0.59
Hex B5 B1 78 0 2 22 1D 38 1D 3B
Octal 265 261 170 0 2 42 35 70 35 73
Binary 10110101 10110001 1111000 0 10 100010 11101 111000 11101 111011

Color Harmonies of #B5B178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5B178

Black with #B5B178

Text Example


Text Example

White with #B5B178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5B178; }

 p { color: rgb(181,177,120); }

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

background-color css

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

 a { background-color: rgb(181,177,120); }

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

border-color css

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

 span { border-color: rgb(181,177,120); }

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