Html Css Color HEX #B4AF6D Dark Khaki

📋 copy color: '#B4AF6D'

red 180 ◦ green 175 ◦ blue 109

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

Shades of Dark Khaki #B4AF6D

Tints of Dark Khaki #B4AF6D

RGB

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

 GREEN value IS 175 (68.75% from 255) = 37.72%

 BLUE value IS 109 (42.97% from 255) = 23.49%

R = 38.79%
G = 37.72%
B = 23.49%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.39

 K value IS 0.29

RGB Variations

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

Color information

#B4AF6D (or 0xB4AF6D) is known color: Dark Khaki. HEX triplet: B4, AF and 6D. RGB value is (180,175,109). Sum of RGB (Red+Green+Blue) = 180+175+109=464 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.79% from 464); Green value is 175 (68.75% from 255 or 37.72% from 464); Blue value is 109 (42.97% from 255 or 23.49% from 464); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AF6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4AF6D is #4B5092. Grayscale: #A9A9A9. Windows color (decimal): -4935827 or 7188404. OLE color: 7188404.

HSL color Cylindrical-coordinate representation of color #B4AF6D: hue angle of 55.77º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B4AF6D is Cyan = 0, Magento = 0.03, Yellow = 0.39 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 175 109 -
CMYK 0 0.03 0.39 0.29
HSL 55.77º 0.32% 0.57% -
HSV(B) 55.77º 0.39% 0.71% -
XYZ 36.91 41.47 20.53 -
YUV 168.97 94.16 135.87 -
System Red Green Blue C M Y K H S L
Decimal 180 175 109 0 0.03 0.39 0.29 55.77 0.32 0.57
Hex B4 AF 6D 0 3 27 1D 38 20 39
Octal 264 257 155 0 3 47 35 70 40 71
Binary 10110100 10101111 1101101 0 11 100111 11101 111000 100000 111001

Color Harmonies of #B4AF6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4AF6D

Black with #B4AF6D

Text Example


Text Example

White with #B4AF6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4AF6D; }

 p { color: rgb(180,175,109); }

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

background-color css

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

 a { background-color: rgb(180,175,109); }

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

border-color css

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

 span { border-color: rgb(180,175,109); }

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