Html Css Color HEX #B4B077 Dark Khaki

📋 copy color: '#B4B077'

red 180 ◦ green 176 ◦ blue 119

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

Shades of Dark Khaki #B4B077

Tints of Dark Khaki #B4B077

RGB

 RED value IS 180 (70.7% from 255) = 37.89%

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

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

R = 37.89%
G = 37.05%
B = 25.05%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.34

 K value IS 0.29

RGB Variations

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

Color information

#B4B077 (or 0xB4B077) is known color: Dark Khaki. HEX triplet: B4, B0 and 77. RGB value is (180,176,119). Sum of RGB (Red+Green+Blue) = 180+176+119=475 (62% of max value = 765). Red value is 180 (70.70% from 255 or 37.89% from 475); Green value is 176 (69.14% from 255 or 37.05% from 475); Blue value is 119 (46.88% from 255 or 25.05% from 475); Max value from RGB is 180 - color contains mainly: red. Hex color #B4B077 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4B077 is #4B4F88. Grayscale: #AAAAAA. Windows color (decimal): -4935561 or 7844020. OLE color: 7844020.

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

Color convert

RGB 180 176 119 -
CMYK 0 0.02 0.34 0.29
HSL 56.07º 0.29% 0.59% -
HSV(B) 56.07º 0.34% 0.71% -
XYZ 37.68 42.09 23.59 -
YUV 170.7 98.83 134.63 -
System Red Green Blue C M Y K H S L
Decimal 180 176 119 0 0.02 0.34 0.29 56.07 0.29 0.59
Hex B4 B0 77 0 2 22 1D 38 1D 3B
Octal 264 260 167 0 2 42 35 70 35 73
Binary 10110100 10110000 1110111 0 10 100010 11101 111000 11101 111011

Color Harmonies of #B4B077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4B077

Black with #B4B077

Text Example


Text Example

White with #B4B077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4B077; }

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

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

background-color css

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

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

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

border-color css

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

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

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