Html Css Color HEX #B2B472 Dark Khaki

📋 copy color: '#B2B472'

red 178 ◦ green 180 ◦ blue 114

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

Shades of Dark Khaki #B2B472

Tints of Dark Khaki #B2B472

RGB

 RED value IS 178 (69.92% from 255) = 37.71%

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

 BLUE value IS 114 (44.92% from 255) = 24.15%

R = 37.71%
G = 38.14%
B = 24.15%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.37

 K value IS 0.29

RGB Variations

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

Color information

#B2B472 (or 0xB2B472) is known color: Dark Khaki. HEX triplet: B2, B4 and 72. RGB value is (178,180,114). Sum of RGB (Red+Green+Blue) = 178+180+114=472 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.71% from 472); Green value is 180 (70.70% from 255 or 38.14% from 472); Blue value is 114 (44.92% from 255 or 24.15% from 472); Max value from RGB is 180 - color contains mainly: green. Hex color #B2B472 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2B472 is #4D4B8D. Grayscale: #ACACAC. Windows color (decimal): -5065614 or 7517362. OLE color: 7517362.

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

Color convert

RGB 178 180 114 -
CMYK 0.01 0 0.37 0.29
HSL 61.82º 0.31% 0.58% -
HSV(B) 61.82º 0.37% 0.71% -
XYZ 37.72 43.32 22.29 -
YUV 171.88 95.34 132.37 -
System Red Green Blue C M Y K H S L
Decimal 178 180 114 0.01 0 0.37 0.29 61.82 0.31 0.58
Hex B2 B4 72 1 0 25 1D 3E 1F 3A
Octal 262 264 162 1 0 45 35 76 37 72
Binary 10110010 10110100 1110010 1 0 100101 11101 111110 11111 111010

Color Harmonies of #B2B472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2B472

Black with #B2B472

Text Example


Text Example

White with #B2B472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2B472; }

 p { color: rgb(178,180,114); }

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

background-color css

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

 a { background-color: rgb(178,180,114); }

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

border-color css

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

 span { border-color: rgb(178,180,114); }

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