Html Css Color HEX #B7A76A Gimblet

📋 copy color: '#B7A76A'

red 183 ◦ green 167 ◦ blue 106

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

Shades of Gimblet #B7A76A

Tints of Gimblet #B7A76A

RGB

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

 GREEN value IS 167 (65.63% from 255) = 36.62%

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

R = 40.13%
G = 36.62%
B = 23.25%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.42

 K value IS 0.28

RGB Variations

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

Color information

#B7A76A (or 0xB7A76A) is known color: Gimblet. HEX triplet: B7, A7 and 6A. RGB value is (183,167,106). Sum of RGB (Red+Green+Blue) = 183+167+106=456 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.13% from 456); Green value is 167 (65.62% from 255 or 36.62% from 456); Blue value is 106 (41.80% from 255 or 23.25% from 456); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A76A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7A76A is #485895. Grayscale: #A5A5A5. Windows color (decimal): -4741270 or 6989751. OLE color: 6989751.

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

Color convert

RGB 183 167 106 -
CMYK 0 0.09 0.42 0.28
HSL 47.53º 0.35% 0.57% -
HSV(B) 47.53º 0.42% 0.72% -
XYZ 35.95 38.75 19.22 -
YUV 164.83 94.8 140.96 -
System Red Green Blue C M Y K H S L
Decimal 183 167 106 0 0.09 0.42 0.28 47.53 0.35 0.57
Hex B7 A7 6A 0 9 2A 1C 30 23 39
Octal 267 247 152 0 11 52 34 60 43 71
Binary 10110111 10100111 1101010 0 1001 101010 11100 110000 100011 111001

Color Harmonies of #B7A76A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7A76A

Black with #B7A76A

Text Example


Text Example

White with #B7A76A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7A76A; }

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

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

background-color css

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

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

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

border-color css

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

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

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