Html Css Color HEX #B3B077 Dark Khaki

📋 copy color: '#B3B077'

red 179 ◦ green 176 ◦ blue 119

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

Shades of Dark Khaki #B3B077

Tints of Dark Khaki #B3B077

RGB

 RED value IS 179 (70.31% from 255) = 37.76%

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

 BLUE value IS 119 (46.88% from 255) = 25.11%

R = 37.76%
G = 37.13%
B = 25.11%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.34

 K value IS 0.30

RGB Variations

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

Color information

#B3B077 (or 0xB3B077) is known color: Dark Khaki. HEX triplet: B3, B0 and 77. RGB value is (179,176,119). Sum of RGB (Red+Green+Blue) = 179+176+119=474 (62% of max value = 765). Red value is 179 (70.31% from 255 or 37.76% from 474); Green value is 176 (69.14% from 255 or 37.13% from 474); Blue value is 119 (46.88% from 255 or 25.11% from 474); Max value from RGB is 179 - color contains mainly: red. Hex color #B3B077 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3B077 is #4C4F88. Grayscale: #AAAAAA. Windows color (decimal): -5001097 or 7844019. OLE color: 7844019.

HSL color Cylindrical-coordinate representation of color #B3B077: hue angle of 57º 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 #B3B077 is Cyan = 0, Magento = 0.02, Yellow = 0.34 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 176 119 -
CMYK 0 0.02 0.34 0.30
HSL 57º 0.28% 0.58% -
HSV(B) 57º 0.34% 0.7% -
XYZ 37.45 41.97 23.58 -
YUV 170.4 98.99 134.13 -
System Red Green Blue C M Y K H S L
Decimal 179 176 119 0 0.02 0.34 0.30 57 0.28 0.58
Hex B3 B0 77 0 2 22 1E 39 1C 3A
Octal 263 260 167 0 2 42 36 71 34 72
Binary 10110011 10110000 1110111 0 10 100010 11110 111001 11100 111010

Color Harmonies of #B3B077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3B077

Black with #B3B077

Text Example


Text Example

White with #B3B077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3B077; }

 p { color: rgb(179,176,119); }

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

background-color css

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

 a { background-color: rgb(179,176,119); }

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

border-color css

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

 span { border-color: rgb(179,176,119); }

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