Html Css Color HEX #B1AC73 Dark Khaki

📋 copy color: '#B1AC73'

red 177 ◦ green 172 ◦ blue 115

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

Shades of Dark Khaki #B1AC73

Tints of Dark Khaki #B1AC73

RGB

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

 GREEN value IS 172 (67.58% from 255) = 37.07%

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

R = 38.15%
G = 37.07%
B = 24.78%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.35

 K value IS 0.31

RGB Variations

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

Color information

#B1AC73 (or 0xB1AC73) is known color: Dark Khaki. HEX triplet: B1, AC and 73. RGB value is (177,172,115). Sum of RGB (Red+Green+Blue) = 177+172+115=464 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.15% from 464); Green value is 172 (67.58% from 255 or 37.07% from 464); Blue value is 115 (45.31% from 255 or 24.78% from 464); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AC73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1AC73 is #4E538C. Grayscale: #A7A7A7. Windows color (decimal): -5133197 or 7580849. OLE color: 7580849.

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

Color convert

RGB 177 172 115 -
CMYK 0 0.03 0.35 0.31
HSL 55.16º 0.28% 0.57% -
HSV(B) 55.16º 0.35% 0.69% -
XYZ 35.98 40.09 22.06 -
YUV 167 98.66 135.13 -
System Red Green Blue C M Y K H S L
Decimal 177 172 115 0 0.03 0.35 0.31 55.16 0.28 0.57
Hex B1 AC 73 0 3 23 1F 37 1C 39
Octal 261 254 163 0 3 43 37 67 34 71
Binary 10110001 10101100 1110011 0 11 100011 11111 110111 11100 111001

Color Harmonies of #B1AC73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1AC73

Black with #B1AC73

Text Example


Text Example

White with #B1AC73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1AC73; }

 p { color: rgb(177,172,115); }

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

background-color css

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

 a { background-color: rgb(177,172,115); }

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

border-color css

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

 span { border-color: rgb(177,172,115); }

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