Html Css Color HEX #B2B074 Dark Khaki

📋 copy color: '#B2B074'

red 178 ◦ green 176 ◦ blue 116

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

Shades of Dark Khaki #B2B074

Tints of Dark Khaki #B2B074

RGB

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

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

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

R = 37.87%
G = 37.45%
B = 24.68%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.35

 K value IS 0.30

RGB Variations

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

Color information

#B2B074 (or 0xB2B074) is known color: Dark Khaki. HEX triplet: B2, B0 and 74. RGB value is (178,176,116). Sum of RGB (Red+Green+Blue) = 178+176+116=470 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.87% from 470); Green value is 176 (69.14% from 255 or 37.45% from 470); Blue value is 116 (45.70% from 255 or 24.68% from 470); Max value from RGB is 178 - color contains mainly: red. Hex color #B2B074 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2B074 is #4D4F8B. Grayscale: #A9A9A9. Windows color (decimal): -5066636 or 7647410. OLE color: 7647410.

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

Color convert

RGB 178 176 116 -
CMYK 0 0.01 0.35 0.30
HSL 58.06º 0.29% 0.58% -
HSV(B) 58.06º 0.35% 0.7% -
XYZ 37.04 41.78 22.63 -
YUV 169.76 97.66 133.88 -
System Red Green Blue C M Y K H S L
Decimal 178 176 116 0 0.01 0.35 0.30 58.06 0.29 0.58
Hex B2 B0 74 0 1 23 1E 3A 1D 3A
Octal 262 260 164 0 1 43 36 72 35 72
Binary 10110010 10110000 1110100 0 1 100011 11110 111010 11101 111010

Color Harmonies of #B2B074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2B074

Black with #B2B074

Text Example


Text Example

White with #B2B074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2B074; }

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

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

background-color css

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

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

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

border-color css

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

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

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