Html Css Color HEX #B5B26A Dark Khaki

📋 copy color: '#B5B26A'

red 181 ◦ green 178 ◦ blue 106

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

Shades of Dark Khaki #B5B26A

Tints of Dark Khaki #B5B26A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 22.8%

R = 38.92%
G = 38.28%
B = 22.8%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.41

 K value IS 0.29

RGB Variations

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

Color information

#B5B26A (or 0xB5B26A) is known color: Dark Khaki. HEX triplet: B5, B2 and 6A. RGB value is (181,178,106). Sum of RGB (Red+Green+Blue) = 181+178+106=465 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.92% from 465); Green value is 178 (69.92% from 255 or 38.28% from 465); Blue value is 106 (41.80% from 255 or 22.80% from 465); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B26A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5B26A is #4A4D95. Grayscale: #AAAAAA. Windows color (decimal): -4869526 or 6992565. OLE color: 6992565.

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

Color convert

RGB 181 178 106 -
CMYK 0 0.02 0.41 0.29
HSL 57.6º 0.34% 0.56% -
HSV(B) 57.6º 0.41% 0.71% -
XYZ 37.58 42.71 19.9 -
YUV 170.69 91.49 135.35 -
System Red Green Blue C M Y K H S L
Decimal 181 178 106 0 0.02 0.41 0.29 57.6 0.34 0.56
Hex B5 B2 6A 0 2 29 1D 3A 22 38
Octal 265 262 152 0 2 51 35 72 42 70
Binary 10110101 10110010 1101010 0 10 101001 11101 111010 100010 111000

Color Harmonies of #B5B26A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5B26A

Black with #B5B26A

Text Example


Text Example

White with #B5B26A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5B26A; }

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

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

background-color css

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

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

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

border-color css

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

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

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