Html Css Color HEX #B2B175 Dark Khaki

📋 copy color: '#B2B175'

red 178 ◦ green 177 ◦ blue 117

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

Shades of Dark Khaki #B2B175

Tints of Dark Khaki #B2B175

RGB

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

 GREEN value IS 177 (69.53% from 255) = 37.5%

 BLUE value IS 117 (46.09% from 255) = 24.79%

R = 37.71%
G = 37.5%
B = 24.79%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.34

 K value IS 0.30

RGB Variations

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

Color information

#B2B175 (or 0xB2B175) is known color: Dark Khaki. HEX triplet: B2, B1 and 75. RGB value is (178,177,117). Sum of RGB (Red+Green+Blue) = 178+177+117=472 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.71% from 472); Green value is 177 (69.53% from 255 or 37.5% from 472); Blue value is 117 (46.09% from 255 or 24.79% from 472); Max value from RGB is 178 - color contains mainly: red. Hex color #B2B175 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2B175 is #4D4E8A. Grayscale: #AAAAAA. Windows color (decimal): -5066379 or 7713202. OLE color: 7713202.

HSL color Cylindrical-coordinate representation of color #B2B175: hue angle of 59.02º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B2B175 is Cyan = 0, Magento = 0.01, Yellow = 0.34 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 177 117 -
CMYK 0 0.01 0.34 0.30
HSL 59.02º 0.28% 0.58% -
HSV(B) 59.02º 0.34% 0.7% -
XYZ 37.29 42.19 23.01 -
YUV 170.46 97.83 133.38 -
System Red Green Blue C M Y K H S L
Decimal 178 177 117 0 0.01 0.34 0.30 59.02 0.28 0.58
Hex B2 B1 75 0 1 22 1E 3B 1C 3A
Octal 262 261 165 0 1 42 36 73 34 72
Binary 10110010 10110001 1110101 0 1 100010 11110 111011 11100 111010

Color Harmonies of #B2B175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2B175

Black with #B2B175

Text Example


Text Example

White with #B2B175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2B175; }

 p { color: rgb(178,177,117); }

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

background-color css

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

 a { background-color: rgb(178,177,117); }

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

border-color css

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

 span { border-color: rgb(178,177,117); }

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