Html Css Color HEX #B7A672 Gimblet

📋 copy color: '#B7A672'

red 183 ◦ green 166 ◦ blue 114

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

Shades of Gimblet #B7A672

Tints of Gimblet #B7A672

RGB

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

 GREEN value IS 166 (65.23% from 255) = 35.85%

 BLUE value IS 114 (44.92% from 255) = 24.62%

R = 39.52%
G = 35.85%
B = 24.62%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.38

 K value IS 0.28

RGB Variations

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

Color information

#B7A672 (or 0xB7A672) is known color: Gimblet. HEX triplet: B7, A6 and 72. RGB value is (183,166,114). Sum of RGB (Red+Green+Blue) = 183+166+114=463 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.52% from 463); Green value is 166 (65.23% from 255 or 35.85% from 463); Blue value is 114 (44.92% from 255 or 24.62% from 463); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A672 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7A672 is #48598D. Grayscale: #A5A5A5. Windows color (decimal): -4741518 or 7513783. OLE color: 7513783.

HSL color Cylindrical-coordinate representation of color #B7A672: hue angle of 45.22º degrees, saturation: 0.32, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B7A672 is Cyan = 0, Magento = 0.09, Yellow = 0.38 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 166 114 -
CMYK 0 0.09 0.38 0.28
HSL 45.22º 0.32% 0.58% -
HSV(B) 45.22º 0.38% 0.72% -
XYZ 36.2 38.55 21.45 -
YUV 165.16 99.13 140.73 -
System Red Green Blue C M Y K H S L
Decimal 183 166 114 0 0.09 0.38 0.28 45.22 0.32 0.58
Hex B7 A6 72 0 9 26 1C 2D 20 3A
Octal 267 246 162 0 11 46 34 55 40 72
Binary 10110111 10100110 1110010 0 1001 100110 11100 101101 100000 111010

Color Harmonies of #B7A672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7A672

Black with #B7A672

Text Example


Text Example

White with #B7A672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7A672; }

 p { color: rgb(183,166,114); }

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

background-color css

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

 a { background-color: rgb(183,166,114); }

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

border-color css

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

 span { border-color: rgb(183,166,114); }

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