Html Css Color HEX #B7A46C Gimblet

📋 copy color: '#B7A46C'

red 183 ◦ green 164 ◦ blue 108

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

Shades of Gimblet #B7A46C

Tints of Gimblet #B7A46C

RGB

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

 GREEN value IS 164 (64.45% from 255) = 36.04%

 BLUE value IS 108 (42.58% from 255) = 23.74%

R = 40.22%
G = 36.04%
B = 23.74%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.41

 K value IS 0.28

RGB Variations

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

Color information

#B7A46C (or 0xB7A46C) is known color: Gimblet. HEX triplet: B7, A4 and 6C. RGB value is (183,164,108). Sum of RGB (Red+Green+Blue) = 183+164+108=455 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.22% from 455); Green value is 164 (64.45% from 255 or 36.04% from 455); Blue value is 108 (42.58% from 255 or 23.74% from 455); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A46C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7A46C is #485B93. Grayscale: #A3A3A3. Windows color (decimal): -4742036 or 7120055. OLE color: 7120055.

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

Color convert

RGB 183 164 108 -
CMYK 0 0.10 0.41 0.28
HSL 44.8º 0.34% 0.57% -
HSV(B) 44.8º 0.41% 0.72% -
XYZ 35.51 37.7 19.59 -
YUV 163.3 96.79 142.05 -
System Red Green Blue C M Y K H S L
Decimal 183 164 108 0 0.10 0.41 0.28 44.8 0.34 0.57
Hex B7 A4 6C 0 A 29 1C 2D 22 39
Octal 267 244 154 0 12 51 34 55 42 71
Binary 10110111 10100100 1101100 0 1010 101001 11100 101101 100010 111001

Color Harmonies of #B7A46C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7A46C

Black with #B7A46C

Text Example


Text Example

White with #B7A46C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7A46C; }

 p { color: rgb(183,164,108); }

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

background-color css

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

 a { background-color: rgb(183,164,108); }

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

border-color css

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

 span { border-color: rgb(183,164,108); }

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