Html Css Color HEX #B1AD72 Dark Khaki

📋 copy color: '#B1AD72'

red 177 ◦ green 173 ◦ blue 114

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

Shades of Dark Khaki #B1AD72

Tints of Dark Khaki #B1AD72

RGB

 RED value IS 177 (69.53% from 255) = 38.15%

 GREEN value IS 173 (67.97% from 255) = 37.28%

 BLUE value IS 114 (44.92% from 255) = 24.57%

R = 38.15%
G = 37.28%
B = 24.57%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.36

 K value IS 0.31

RGB Variations

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

Color information

#B1AD72 (or 0xB1AD72) is known color: Dark Khaki. HEX triplet: B1, AD and 72. RGB value is (177,173,114). Sum of RGB (Red+Green+Blue) = 177+173+114=464 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.15% from 464); Green value is 173 (67.97% from 255 or 37.28% from 464); Blue value is 114 (44.92% from 255 or 24.57% from 464); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AD72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1AD72 is #4E528D. Grayscale: #A7A7A7. Windows color (decimal): -5132942 or 7515569. OLE color: 7515569.

HSL color Cylindrical-coordinate representation of color #B1AD72: hue angle of 56.19º degrees, saturation: 0.29, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B1AD72 is Cyan = 0, Magento = 0.02, Yellow = 0.36 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 173 114 -
CMYK 0 0.02 0.36 0.31
HSL 56.19º 0.29% 0.57% -
HSV(B) 56.19º 0.36% 0.69% -
XYZ 36.11 40.45 21.82 -
YUV 167.47 97.83 134.8 -
System Red Green Blue C M Y K H S L
Decimal 177 173 114 0 0.02 0.36 0.31 56.19 0.29 0.57
Hex B1 AD 72 0 2 24 1F 38 1D 39
Octal 261 255 162 0 2 44 37 70 35 71
Binary 10110001 10101101 1110010 0 10 100100 11111 111000 11101 111001

Color Harmonies of #B1AD72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1AD72

Black with #B1AD72

Text Example


Text Example

White with #B1AD72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1AD72; }

 p { color: rgb(177,173,114); }

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

background-color css

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

 a { background-color: rgb(177,173,114); }

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

border-color css

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

 span { border-color: rgb(177,173,114); }

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