Html Css Color HEX #B5B26D Dark Khaki

📋 copy color: '#B5B26D'

red 181 ◦ green 178 ◦ blue 109

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

Shades of Dark Khaki #B5B26D

Tints of Dark Khaki #B5B26D

RGB

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

 GREEN value IS 178 (69.92% from 255) = 38.03%

 BLUE value IS 109 (42.97% from 255) = 23.29%

R = 38.68%
G = 38.03%
B = 23.29%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.40

 K value IS 0.29

RGB Variations

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

Color information

#B5B26D (or 0xB5B26D) is known color: Dark Khaki. HEX triplet: B5, B2 and 6D. RGB value is (181,178,109). Sum of RGB (Red+Green+Blue) = 181+178+109=468 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.68% from 468); Green value is 178 (69.92% from 255 or 38.03% from 468); Blue value is 109 (42.97% from 255 or 23.29% from 468); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B26D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5B26D is #4A4D92. Grayscale: #ABABAB. Windows color (decimal): -4869523 or 7189173. OLE color: 7189173.

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

Color convert

RGB 181 178 109 -
CMYK 0 0.02 0.40 0.29
HSL 57.5º 0.33% 0.57% -
HSV(B) 57.5º 0.4% 0.71% -
XYZ 37.74 42.77 20.73 -
YUV 171.03 92.99 135.11 -
System Red Green Blue C M Y K H S L
Decimal 181 178 109 0 0.02 0.40 0.29 57.5 0.33 0.57
Hex B5 B2 6D 0 2 28 1D 3A 21 39
Octal 265 262 155 0 2 50 35 72 41 71
Binary 10110101 10110010 1101101 0 10 101000 11101 111010 100001 111001

Color Harmonies of #B5B26D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5B26D

Black with #B5B26D

Text Example


Text Example

White with #B5B26D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5B26D; }

 p { color: rgb(181,178,109); }

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

background-color css

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

 a { background-color: rgb(181,178,109); }

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

border-color css

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

 span { border-color: rgb(181,178,109); }

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