Html Css Color HEX #B7A05F Gimblet

📋 copy color: '#B7A05F'

red 183 ◦ green 160 ◦ blue 95

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

Shades of Gimblet #B7A05F

Tints of Gimblet #B7A05F

RGB

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

 GREEN value IS 160 (62.89% from 255) = 36.53%

 BLUE value IS 95 (37.5% from 255) = 21.69%

R = 41.78%
G = 36.53%
B = 21.69%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.48

 K value IS 0.28

RGB Variations

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

Color information

#B7A05F (or 0xB7A05F) is known color: Gimblet. HEX triplet: B7, A0 and 5F. RGB value is (183,160,95). Sum of RGB (Red+Green+Blue) = 183+160+95=438 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.78% from 438); Green value is 160 (62.89% from 255 or 36.53% from 438); Blue value is 95 (37.5% from 255 or 21.69% from 438); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A05F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7A05F is #485FA0. Grayscale: #9F9F9F. Windows color (decimal): -4743073 or 6267063. OLE color: 6267063.

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

Color convert

RGB 183 160 95 -
CMYK 0 0.13 0.48 0.28
HSL 44.32º 0.38% 0.55% -
HSV(B) 44.32º 0.48% 0.72% -
XYZ 34.16 36.04 15.98 -
YUV 159.47 91.62 144.79 -
System Red Green Blue C M Y K H S L
Decimal 183 160 95 0 0.13 0.48 0.28 44.32 0.38 0.55
Hex B7 A0 5F 0 D 30 1C 2C 26 37
Octal 267 240 137 0 15 60 34 54 46 67
Binary 10110111 10100000 1011111 0 1101 110000 11100 101100 100110 110111

Color Harmonies of #B7A05F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7A05F

Black with #B7A05F

Text Example


Text Example

White with #B7A05F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7A05F; }

 p { color: rgb(183,160,95); }

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

background-color css

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

 a { background-color: rgb(183,160,95); }

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

border-color css

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

 span { border-color: rgb(183,160,95); }

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