Html Css Color HEX #B4B071 Dark Khaki

📋 copy color: '#B4B071'

red 180 ◦ green 176 ◦ blue 113

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

Shades of Dark Khaki #B4B071

Tints of Dark Khaki #B4B071

RGB

 RED value IS 180 (70.7% from 255) = 38.38%

 GREEN value IS 176 (69.14% from 255) = 37.53%

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

R = 38.38%
G = 37.53%
B = 24.09%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.37

 K value IS 0.29

RGB Variations

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

Color information

#B4B071 (or 0xB4B071) is known color: Dark Khaki. HEX triplet: B4, B0 and 71. RGB value is (180,176,113). Sum of RGB (Red+Green+Blue) = 180+176+113=469 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.38% from 469); Green value is 176 (69.14% from 255 or 37.53% from 469); Blue value is 113 (44.53% from 255 or 24.09% from 469); Max value from RGB is 180 - color contains mainly: red. Hex color #B4B071 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4B071 is #4B4F8E. Grayscale: #AAAAAA. Windows color (decimal): -4935567 or 7450804. OLE color: 7450804.

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

Color convert

RGB 180 176 113 -
CMYK 0 0.02 0.37 0.29
HSL 56.42º 0.31% 0.57% -
HSV(B) 56.42º 0.37% 0.71% -
XYZ 37.33 41.95 21.75 -
YUV 170.01 95.83 135.12 -
System Red Green Blue C M Y K H S L
Decimal 180 176 113 0 0.02 0.37 0.29 56.42 0.31 0.57
Hex B4 B0 71 0 2 25 1D 38 1F 39
Octal 264 260 161 0 2 45 35 70 37 71
Binary 10110100 10110000 1110001 0 10 100101 11101 111000 11111 111001

Color Harmonies of #B4B071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4B071

Black with #B4B071

Text Example


Text Example

White with #B4B071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4B071; }

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

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

background-color css

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

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

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

border-color css

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

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

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