Html Css Color HEX #B4AE77 Dark Khaki

📋 copy color: '#B4AE77'

red 180 ◦ green 174 ◦ blue 119

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

Shades of Dark Khaki #B4AE77

Tints of Dark Khaki #B4AE77

RGB

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

 GREEN value IS 174 (68.36% from 255) = 36.79%

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

R = 38.05%
G = 36.79%
B = 25.16%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.34

 K value IS 0.29

RGB Variations

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

Color information

#B4AE77 (or 0xB4AE77) is known color: Dark Khaki. HEX triplet: B4, AE and 77. RGB value is (180,174,119). Sum of RGB (Red+Green+Blue) = 180+174+119=473 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.05% from 473); Green value is 174 (68.36% from 255 or 36.79% from 473); Blue value is 119 (46.88% from 255 or 25.16% from 473); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AE77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4AE77 is #4B5188. Grayscale: #A9A9A9. Windows color (decimal): -4936073 or 7843508. OLE color: 7843508.

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

Color convert

RGB 180 174 119 -
CMYK 0 0.03 0.34 0.29
HSL 54.1º 0.29% 0.59% -
HSV(B) 54.1º 0.34% 0.71% -
XYZ 37.29 41.31 23.46 -
YUV 169.52 99.49 135.47 -
System Red Green Blue C M Y K H S L
Decimal 180 174 119 0 0.03 0.34 0.29 54.1 0.29 0.59
Hex B4 AE 77 0 3 22 1D 36 1D 3B
Octal 264 256 167 0 3 42 35 66 35 73
Binary 10110100 10101110 1110111 0 11 100010 11101 110110 11101 111011

Color Harmonies of #B4AE77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4AE77

Black with #B4AE77

Text Example


Text Example

White with #B4AE77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4AE77; }

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

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

background-color css

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

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

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

border-color css

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

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

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