Html Css Color HEX #B8AC73 Dark Khaki

📋 copy color: '#B8AC73'

red 184 ◦ green 172 ◦ blue 115

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

Shades of Dark Khaki #B8AC73

Tints of Dark Khaki #B8AC73

RGB

 RED value IS 184 (72.27% from 255) = 39.07%

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

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

R = 39.07%
G = 36.52%
B = 24.42%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.38

 K value IS 0.28

RGB Variations

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

Color information

#B8AC73 (or 0xB8AC73) is known color: Dark Khaki. HEX triplet: B8, AC and 73. RGB value is (184,172,115). Sum of RGB (Red+Green+Blue) = 184+172+115=471 (62% of max value = 765). Red value is 184 (72.27% from 255 or 39.07% from 471); Green value is 172 (67.58% from 255 or 36.52% from 471); Blue value is 115 (45.31% from 255 or 24.42% from 471); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AC73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8AC73 is #47538C. Grayscale: #A9A9A9. Windows color (decimal): -4674445 or 7580856. OLE color: 7580856.

HSL color Cylindrical-coordinate representation of color #B8AC73: hue angle of 49.57º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B8AC73 is Cyan = 0, Magento = 0.07, Yellow = 0.38 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 172 115 -
CMYK 0 0.07 0.38 0.28
HSL 49.57º 0.33% 0.59% -
HSV(B) 49.57º 0.38% 0.72% -
XYZ 37.61 40.93 22.14 -
YUV 169.09 97.48 138.63 -
System Red Green Blue C M Y K H S L
Decimal 184 172 115 0 0.07 0.38 0.28 49.57 0.33 0.59
Hex B8 AC 73 0 7 26 1C 32 21 3B
Octal 270 254 163 0 7 46 34 62 41 73
Binary 10111000 10101100 1110011 0 111 100110 11100 110010 100001 111011

Color Harmonies of #B8AC73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8AC73

Black with #B8AC73

Text Example


Text Example

White with #B8AC73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8AC73; }

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

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

background-color css

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

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

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

border-color css

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

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

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