Html Css Color HEX #B6AC74 Dark Khaki

📋 copy color: '#B6AC74'

red 182 ◦ green 172 ◦ blue 116

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

Shades of Dark Khaki #B6AC74

Tints of Dark Khaki #B6AC74

RGB

 RED value IS 182 (71.48% from 255) = 38.72%

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

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

R = 38.72%
G = 36.6%
B = 24.68%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.36

 K value IS 0.29

RGB Variations

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

Color information

#B6AC74 (or 0xB6AC74) is known color: Dark Khaki. HEX triplet: B6, AC and 74. RGB value is (182,172,116). Sum of RGB (Red+Green+Blue) = 182+172+116=470 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.72% from 470); Green value is 172 (67.58% from 255 or 36.60% from 470); Blue value is 116 (45.70% from 255 or 24.68% from 470); Max value from RGB is 182 - color contains mainly: red. Hex color #B6AC74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6AC74 is #49538B. Grayscale: #A8A8A8. Windows color (decimal): -4805516 or 7646390. OLE color: 7646390.

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

Color convert

RGB 182 172 116 -
CMYK 0 0.05 0.36 0.29
HSL 50.91º 0.31% 0.58% -
HSV(B) 50.91º 0.36% 0.71% -
XYZ 37.2 40.71 22.42 -
YUV 168.61 98.31 137.55 -
System Red Green Blue C M Y K H S L
Decimal 182 172 116 0 0.05 0.36 0.29 50.91 0.31 0.58
Hex B6 AC 74 0 5 24 1D 33 1F 3A
Octal 266 254 164 0 5 44 35 63 37 72
Binary 10110110 10101100 1110100 0 101 100100 11101 110011 11111 111010

Color Harmonies of #B6AC74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6AC74

Black with #B6AC74

Text Example


Text Example

White with #B6AC74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6AC74; }

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

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

background-color css

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

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

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

border-color css

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

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

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