Html Css Color HEX #B8AC74 Dark Khaki

📋 copy color: '#B8AC74'

red 184 ◦ green 172 ◦ blue 116

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

Shades of Dark Khaki #B8AC74

Tints of Dark Khaki #B8AC74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 24.58%

R = 38.98%
G = 36.44%
B = 24.58%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.37

 K value IS 0.28

RGB Variations

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

Color information

#B8AC74 (or 0xB8AC74) is known color: Dark Khaki. HEX triplet: B8, AC and 74. RGB value is (184,172,116). Sum of RGB (Red+Green+Blue) = 184+172+116=472 (62% of max value = 765). Red value is 184 (72.27% from 255 or 38.98% from 472); Green value is 172 (67.58% from 255 or 36.44% from 472); Blue value is 116 (45.70% from 255 or 24.58% from 472); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AC74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8AC74 is #47538B. Grayscale: #A9A9A9. Windows color (decimal): -4674444 or 7646392. OLE color: 7646392.

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

Color convert

RGB 184 172 116 -
CMYK 0 0.07 0.37 0.28
HSL 49.41º 0.32% 0.59% -
HSV(B) 49.41º 0.37% 0.72% -
XYZ 37.67 40.96 22.44 -
YUV 169.2 97.98 138.55 -
System Red Green Blue C M Y K H S L
Decimal 184 172 116 0 0.07 0.37 0.28 49.41 0.32 0.59
Hex B8 AC 74 0 7 25 1C 31 20 3B
Octal 270 254 164 0 7 45 34 61 40 73
Binary 10111000 10101100 1110100 0 111 100101 11100 110001 100000 111011

Color Harmonies of #B8AC74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8AC74

Black with #B8AC74

Text Example


Text Example

White with #B8AC74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8AC74; }

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

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

background-color css

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

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

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

border-color css

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

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

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