Html Css Color HEX #B7AF6B Dark Khaki

📋 copy color: '#B7AF6B'

red 183 ◦ green 175 ◦ blue 107

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

Shades of Dark Khaki #B7AF6B

Tints of Dark Khaki #B7AF6B

RGB

 RED value IS 183 (71.88% from 255) = 39.35%

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

 BLUE value IS 107 (42.19% from 255) = 23.01%

R = 39.35%
G = 37.63%
B = 23.01%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.42

 K value IS 0.28

RGB Variations

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

Color information

#B7AF6B (or 0xB7AF6B) is known color: Dark Khaki. HEX triplet: B7, AF and 6B. RGB value is (183,175,107). Sum of RGB (Red+Green+Blue) = 183+175+107=465 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.35% from 465); Green value is 175 (68.75% from 255 or 37.63% from 465); Blue value is 107 (42.19% from 255 or 23.01% from 465); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AF6B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7AF6B is #485094. Grayscale: #A9A9A9. Windows color (decimal): -4739221 or 7057335. OLE color: 7057335.

HSL color Cylindrical-coordinate representation of color #B7AF6B: hue angle of 53.68º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B7AF6B is Cyan = 0, Magento = 0.04, Yellow = 0.42 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 175 107 -
CMYK 0 0.04 0.42 0.28
HSL 53.68º 0.35% 0.57% -
HSV(B) 53.68º 0.42% 0.72% -
XYZ 37.51 41.79 20 -
YUV 169.64 92.65 137.53 -
System Red Green Blue C M Y K H S L
Decimal 183 175 107 0 0.04 0.42 0.28 53.68 0.35 0.57
Hex B7 AF 6B 0 4 2A 1C 36 23 39
Octal 267 257 153 0 4 52 34 66 43 71
Binary 10110111 10101111 1101011 0 100 101010 11100 110110 100011 111001

Color Harmonies of #B7AF6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7AF6B

Black with #B7AF6B

Text Example


Text Example

White with #B7AF6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7AF6B; }

 p { color: rgb(183,175,107); }

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

background-color css

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

 a { background-color: rgb(183,175,107); }

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

border-color css

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

 span { border-color: rgb(183,175,107); }

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