Html Css Color HEX #B2B574 Dark Khaki

📋 copy color: '#B2B574'

red 178 ◦ green 181 ◦ blue 116

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

Shades of Dark Khaki #B2B574

Tints of Dark Khaki #B2B574

RGB

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

 GREEN value IS 181 (71.09% from 255) = 38.11%

 BLUE value IS 116 (45.7% from 255) = 24.42%

R = 37.47%
G = 38.11%
B = 24.42%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.36

 K value IS 0.29

RGB Variations

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

Color information

#B2B574 (or 0xB2B574) is known color: Dark Khaki. HEX triplet: B2, B5 and 74. RGB value is (178,181,116). Sum of RGB (Red+Green+Blue) = 178+181+116=475 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.47% from 475); Green value is 181 (71.09% from 255 or 38.11% from 475); Blue value is 116 (45.70% from 255 or 24.42% from 475); Max value from RGB is 181 - color contains mainly: green. Hex color #B2B574 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2B574 is #4D4A8B. Grayscale: #ACACAC. Windows color (decimal): -5065356 or 7648690. OLE color: 7648690.

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

Color convert

RGB 178 181 116 -
CMYK 0.02 0 0.36 0.29
HSL 62.77º 0.31% 0.58% -
HSV(B) 62.77º 0.36% 0.71% -
XYZ 38.04 43.77 22.97 -
YUV 172.69 96.01 131.79 -
System Red Green Blue C M Y K H S L
Decimal 178 181 116 0.02 0 0.36 0.29 62.77 0.31 0.58
Hex B2 B5 74 2 0 24 1D 3F 1F 3A
Octal 262 265 164 2 0 44 35 77 37 72
Binary 10110010 10110101 1110100 10 0 100100 11101 111111 11111 111010

Color Harmonies of #B2B574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2B574

Black with #B2B574

Text Example


Text Example

White with #B2B574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2B574; }

 p { color: rgb(178,181,116); }

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

background-color css

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

 a { background-color: rgb(178,181,116); }

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

border-color css

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

 span { border-color: rgb(178,181,116); }

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