Html Css Color HEX #B5B471 Dark Khaki

📋 copy color: '#B5B471'

red 181 ◦ green 180 ◦ blue 113

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

Shades of Dark Khaki #B5B471

Tints of Dark Khaki #B5B471

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 23.84%

R = 38.19%
G = 37.97%
B = 23.84%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.38

 K value IS 0.29

RGB Variations

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

Color information

#B5B471 (or 0xB5B471) is known color: Dark Khaki. HEX triplet: B5, B4 and 71. RGB value is (181,180,113). Sum of RGB (Red+Green+Blue) = 181+180+113=474 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.19% from 474); Green value is 180 (70.70% from 255 or 37.97% from 474); Blue value is 113 (44.53% from 255 or 23.84% from 474); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B471 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5B471 is #4A4B8E. Grayscale: #ACACAC. Windows color (decimal): -4869007 or 7451829. OLE color: 7451829.

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

Color convert

RGB 181 180 113 -
CMYK 0 0.01 0.38 0.29
HSL 59.12º 0.31% 0.58% -
HSV(B) 59.12º 0.38% 0.71% -
XYZ 38.36 43.66 22.03 -
YUV 172.66 94.33 133.95 -
System Red Green Blue C M Y K H S L
Decimal 181 180 113 0 0.01 0.38 0.29 59.12 0.31 0.58
Hex B5 B4 71 0 1 26 1D 3B 1F 3A
Octal 265 264 161 0 1 46 35 73 37 72
Binary 10110101 10110100 1110001 0 1 100110 11101 111011 11111 111010

Color Harmonies of #B5B471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5B471

Black with #B5B471

Text Example


Text Example

White with #B5B471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5B471; }

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

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

background-color css

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

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

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

border-color css

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

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

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