Html Css Color HEX #B7AF6A Gimblet

📋 copy color: '#B7AF6A'

red 183 ◦ green 175 ◦ blue 106

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

Shades of Gimblet #B7AF6A

Tints of Gimblet #B7AF6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 22.84%

R = 39.44%
G = 37.72%
B = 22.84%

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

#B7AF6A (or 0xB7AF6A) is known color: Gimblet. HEX triplet: B7, AF and 6A. RGB value is (183,175,106). Sum of RGB (Red+Green+Blue) = 183+175+106=464 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.44% from 464); Green value is 175 (68.75% from 255 or 37.72% from 464); Blue value is 106 (41.80% from 255 or 22.84% from 464); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AF6A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7AF6A is #485095. Grayscale: #A9A9A9. Windows color (decimal): -4739222 or 6991799. OLE color: 6991799.

HSL color Cylindrical-coordinate representation of color #B7AF6A: hue angle of 53.77º 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 #B7AF6A is Cyan = 0, Magento = 0.04, Yellow = 0.42 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 175 106 -
CMYK 0 0.04 0.42 0.28
HSL 53.77º 0.35% 0.57% -
HSV(B) 53.77º 0.42% 0.72% -
XYZ 37.46 41.77 19.72 -
YUV 169.53 92.15 137.61 -
System Red Green Blue C M Y K H S L
Decimal 183 175 106 0 0.04 0.42 0.28 53.77 0.35 0.57
Hex B7 AF 6A 0 4 2A 1C 36 23 39
Octal 267 257 152 0 4 52 34 66 43 71
Binary 10110111 10101111 1101010 0 100 101010 11100 110110 100011 111001

Color Harmonies of #B7AF6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7AF6A

Black with #B7AF6A

Text Example


Text Example

White with #B7AF6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7AF6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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