Html Css Color HEX #B5AD75 Dark Khaki

📋 copy color: '#B5AD75'

red 181 ◦ green 173 ◦ blue 117

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

Shades of Dark Khaki #B5AD75

Tints of Dark Khaki #B5AD75

RGB

 RED value IS 181 (71.09% from 255) = 38.43%

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

 BLUE value IS 117 (46.09% from 255) = 24.84%

R = 38.43%
G = 36.73%
B = 24.84%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.35

 K value IS 0.29

RGB Variations

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

Color information

#B5AD75 (or 0xB5AD75) is known color: Dark Khaki. HEX triplet: B5, AD and 75. RGB value is (181,173,117). Sum of RGB (Red+Green+Blue) = 181+173+117=471 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.43% from 471); Green value is 173 (67.97% from 255 or 36.73% from 471); Blue value is 117 (46.09% from 255 or 24.84% from 471); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AD75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5AD75 is #4A528A. Grayscale: #A9A9A9. Windows color (decimal): -4870795 or 7712181. OLE color: 7712181.

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

Color convert

RGB 181 173 117 -
CMYK 0 0.04 0.35 0.29
HSL 52.5º 0.3% 0.58% -
HSV(B) 52.5º 0.35% 0.71% -
XYZ 37.21 41 22.78 -
YUV 169.01 98.65 136.55 -
System Red Green Blue C M Y K H S L
Decimal 181 173 117 0 0.04 0.35 0.29 52.5 0.3 0.58
Hex B5 AD 75 0 4 23 1D 34 1E 3A
Octal 265 255 165 0 4 43 35 64 36 72
Binary 10110101 10101101 1110101 0 100 100011 11101 110100 11110 111010

Color Harmonies of #B5AD75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5AD75

Black with #B5AD75

Text Example


Text Example

White with #B5AD75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5AD75; }

 p { color: rgb(181,173,117); }

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

background-color css

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

 a { background-color: rgb(181,173,117); }

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

border-color css

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

 span { border-color: rgb(181,173,117); }

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