Html Css Color HEX #B4AD74 Dark Khaki

📋 copy color: '#B4AD74'

red 180 ◦ green 173 ◦ blue 116

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

Shades of Dark Khaki #B4AD74

Tints of Dark Khaki #B4AD74

RGB

 RED value IS 180 (70.7% from 255) = 38.38%

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

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

R = 38.38%
G = 36.89%
B = 24.73%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.36

 K value IS 0.29

RGB Variations

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

Color information

#B4AD74 (or 0xB4AD74) is known color: Dark Khaki. HEX triplet: B4, AD and 74. RGB value is (180,173,116). Sum of RGB (Red+Green+Blue) = 180+173+116=469 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.38% from 469); Green value is 173 (67.97% from 255 or 36.89% from 469); Blue value is 116 (45.70% from 255 or 24.73% from 469); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AD74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4AD74 is #4B528B. Grayscale: #A8A8A8. Windows color (decimal): -4936332 or 7646644. OLE color: 7646644.

HSL color Cylindrical-coordinate representation of color #B4AD74: hue angle of 53.44º degrees, saturation: 0.3, 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 #B4AD74 is Cyan = 0, Magento = 0.04, Yellow = 0.36 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 173 116 -
CMYK 0 0.04 0.36 0.29
HSL 53.44º 0.3% 0.58% -
HSV(B) 53.44º 0.36% 0.71% -
XYZ 36.92 40.85 22.46 -
YUV 168.6 98.32 136.13 -
System Red Green Blue C M Y K H S L
Decimal 180 173 116 0 0.04 0.36 0.29 53.44 0.3 0.58
Hex B4 AD 74 0 4 24 1D 35 1E 3A
Octal 264 255 164 0 4 44 35 65 36 72
Binary 10110100 10101101 1110100 0 100 100100 11101 110101 11110 111010

Color Harmonies of #B4AD74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4AD74

Black with #B4AD74

Text Example


Text Example

White with #B4AD74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4AD74; }

 p { color: rgb(180,173,116); }

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

background-color css

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

 a { background-color: rgb(180,173,116); }

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

border-color css

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

 span { border-color: rgb(180,173,116); }

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