Html Css Color HEX #B7A35B Gimblet

📋 copy color: '#B7A35B'

red 183 ◦ green 163 ◦ blue 91

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

Shades of Gimblet #B7A35B

Tints of Gimblet #B7A35B

RGB

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

 GREEN value IS 163 (64.06% from 255) = 37.3%

 BLUE value IS 91 (35.94% from 255) = 20.82%

R = 41.88%
G = 37.3%
B = 20.82%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.50

 K value IS 0.28

RGB Variations

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

Color information

#B7A35B (or 0xB7A35B) is known color: Gimblet. HEX triplet: B7, A3 and 5B. RGB value is (183,163,91). Sum of RGB (Red+Green+Blue) = 183+163+91=437 (57% of max value = 765). Red value is 183 (71.88% from 255 or 41.88% from 437); Green value is 163 (64.06% from 255 or 37.30% from 437); Blue value is 91 (35.94% from 255 or 20.82% from 437); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A35B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7A35B is #485CA4. Grayscale: #A1A1A1. Windows color (decimal): -4742309 or 6005687. OLE color: 6005687.

HSL color Cylindrical-coordinate representation of color #B7A35B: hue angle of 46.96º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B7A35B is Cyan = 0, Magento = 0.11, Yellow = 0.50 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 163 91 -
CMYK 0 0.11 0.50 0.28
HSL 46.96º 0.39% 0.54% -
HSV(B) 46.96º 0.5% 0.72% -
XYZ 34.51 37.02 15.22 -
YUV 160.77 88.63 143.85 -
System Red Green Blue C M Y K H S L
Decimal 183 163 91 0 0.11 0.50 0.28 46.96 0.39 0.54
Hex B7 A3 5B 0 B 32 1C 2F 27 36
Octal 267 243 133 0 13 62 34 57 47 66
Binary 10110111 10100011 1011011 0 1011 110010 11100 101111 100111 110110

Color Harmonies of #B7A35B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7A35B

Black with #B7A35B

Text Example


Text Example

White with #B7A35B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7A35B; }

 p { color: rgb(183,163,91); }

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

background-color css

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

 a { background-color: rgb(183,163,91); }

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

border-color css

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

 span { border-color: rgb(183,163,91); }

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