Html Css Color HEX #B2B073 Dark Khaki

📋 copy color: '#B2B073'

red 178 ◦ green 176 ◦ blue 115

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

Shades of Dark Khaki #B2B073

Tints of Dark Khaki #B2B073

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 24.52%

R = 37.95%
G = 37.53%
B = 24.52%

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

#B2B073 (or 0xB2B073) is known color: Dark Khaki. HEX triplet: B2, B0 and 73. RGB value is (178,176,115). Sum of RGB (Red+Green+Blue) = 178+176+115=469 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.95% from 469); Green value is 176 (69.14% from 255 or 37.53% from 469); Blue value is 115 (45.31% from 255 or 24.52% from 469); Max value from RGB is 178 - color contains mainly: red. Hex color #B2B073 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2B073 is #4D4F8C. Grayscale: #A9A9A9. Windows color (decimal): -5066637 or 7581874. OLE color: 7581874.

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

Color convert

RGB 178 176 115 -
CMYK 0 0.01 0.35 0.30
HSL 58.1º 0.29% 0.57% -
HSV(B) 58.1º 0.35% 0.7% -
XYZ 36.98 41.75 22.33 -
YUV 169.64 97.16 133.96 -
System Red Green Blue C M Y K H S L
Decimal 178 176 115 0 0.01 0.35 0.30 58.1 0.29 0.57
Hex B2 B0 73 0 1 23 1E 3A 1D 39
Octal 262 260 163 0 1 43 36 72 35 71
Binary 10110010 10110000 1110011 0 1 100011 11110 111010 11101 111001

Color Harmonies of #B2B073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2B073

Black with #B2B073

Text Example


Text Example

White with #B2B073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2B073; }

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

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

background-color css

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

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

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

border-color css

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

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

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