Html Css Color HEX #B2AF75 Dark Khaki

📋 copy color: '#B2AF75'

red 178 ◦ green 175 ◦ blue 117

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

Shades of Dark Khaki #B2AF75

Tints of Dark Khaki #B2AF75

RGB

 RED value IS 178 (69.92% from 255) = 37.87%

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

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

R = 37.87%
G = 37.23%
B = 24.89%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.34

 K value IS 0.30

RGB Variations

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

Color information

#B2AF75 (or 0xB2AF75) is known color: Dark Khaki. HEX triplet: B2, AF and 75. RGB value is (178,175,117). Sum of RGB (Red+Green+Blue) = 178+175+117=470 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.87% from 470); Green value is 175 (68.75% from 255 or 37.23% from 470); Blue value is 117 (46.09% from 255 or 24.89% from 470); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AF75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2AF75 is #4D508A. Grayscale: #A9A9A9. Windows color (decimal): -5066891 or 7712690. OLE color: 7712690.

HSL color Cylindrical-coordinate representation of color #B2AF75: hue angle of 57.05º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B2AF75 is Cyan = 0, Magento = 0.02, Yellow = 0.34 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 175 117 -
CMYK 0 0.02 0.34 0.30
HSL 57.05º 0.28% 0.58% -
HSV(B) 57.05º 0.34% 0.7% -
XYZ 36.9 41.41 22.88 -
YUV 169.29 98.49 134.22 -
System Red Green Blue C M Y K H S L
Decimal 178 175 117 0 0.02 0.34 0.30 57.05 0.28 0.58
Hex B2 AF 75 0 2 22 1E 39 1C 3A
Octal 262 257 165 0 2 42 36 71 34 72
Binary 10110010 10101111 1110101 0 10 100010 11110 111001 11100 111010

Color Harmonies of #B2AF75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2AF75

Black with #B2AF75

Text Example


Text Example

White with #B2AF75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2AF75; }

 p { color: rgb(178,175,117); }

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

background-color css

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

 a { background-color: rgb(178,175,117); }

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

border-color css

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

 span { border-color: rgb(178,175,117); }

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