Html Css Color HEX #B5B469 Dark Khaki

📋 copy color: '#B5B469'

red 181 ◦ green 180 ◦ blue 105

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

Shades of Dark Khaki #B5B469

Tints of Dark Khaki #B5B469

RGB

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

 GREEN value IS 180 (70.7% from 255) = 38.63%

 BLUE value IS 105 (41.41% from 255) = 22.53%

R = 38.84%
G = 38.63%
B = 22.53%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.42

 K value IS 0.29

RGB Variations

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

Color information

#B5B469 (or 0xB5B469) is known color: Dark Khaki. HEX triplet: B5, B4 and 69. RGB value is (181,180,105). Sum of RGB (Red+Green+Blue) = 181+180+105=466 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.84% from 466); Green value is 180 (70.70% from 255 or 38.63% from 466); Blue value is 105 (41.41% from 255 or 22.53% from 466); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B469 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5B469 is #4A4B96. Grayscale: #ACACAC. Windows color (decimal): -4869015 or 6927541. OLE color: 6927541.

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

Color convert

RGB 181 180 105 -
CMYK 0 0.01 0.42 0.29
HSL 59.21º 0.34% 0.56% -
HSV(B) 59.21º 0.42% 0.71% -
XYZ 37.93 43.49 19.76 -
YUV 171.75 90.33 134.6 -
System Red Green Blue C M Y K H S L
Decimal 181 180 105 0 0.01 0.42 0.29 59.21 0.34 0.56
Hex B5 B4 69 0 1 2A 1D 3B 22 38
Octal 265 264 151 0 1 52 35 73 42 70
Binary 10110101 10110100 1101001 0 1 101010 11101 111011 100010 111000

Color Harmonies of #B5B469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5B469

Black with #B5B469

Text Example


Text Example

White with #B5B469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5B469; }

 p { color: rgb(181,180,105); }

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

background-color css

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

 a { background-color: rgb(181,180,105); }

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

border-color css

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

 span { border-color: rgb(181,180,105); }

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