Html Css Color HEX #B2B470 Dark Khaki

📋 copy color: '#B2B470'

red 178 ◦ green 180 ◦ blue 112

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

Shades of Dark Khaki #B2B470

Tints of Dark Khaki #B2B470

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 23.83%

R = 37.87%
G = 38.3%
B = 23.83%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.38

 K value IS 0.29

RGB Variations

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

Color information

#B2B470 (or 0xB2B470) is known color: Dark Khaki. HEX triplet: B2, B4 and 70. RGB value is (178,180,112). Sum of RGB (Red+Green+Blue) = 178+180+112=470 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.87% from 470); Green value is 180 (70.70% from 255 or 38.30% from 470); Blue value is 112 (44.14% from 255 or 23.83% from 470); Max value from RGB is 180 - color contains mainly: green. Hex color #B2B470 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2B470 is #4D4B8F. Grayscale: #ABABAB. Windows color (decimal): -5065616 or 7386290. OLE color: 7386290.

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

Color convert

RGB 178 180 112 -
CMYK 0.01 0 0.38 0.29
HSL 61.76º 0.31% 0.57% -
HSV(B) 61.76º 0.38% 0.71% -
XYZ 37.61 43.28 21.7 -
YUV 171.65 94.34 132.53 -
System Red Green Blue C M Y K H S L
Decimal 178 180 112 0.01 0 0.38 0.29 61.76 0.31 0.57
Hex B2 B4 70 1 0 26 1D 3E 1F 39
Octal 262 264 160 1 0 46 35 76 37 71
Binary 10110010 10110100 1110000 1 0 100110 11101 111110 11111 111001

Color Harmonies of #B2B470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2B470

Black with #B2B470

Text Example


Text Example

White with #B2B470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2B470; }

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

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

background-color css

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

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

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

border-color css

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

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

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