Html Css Color HEX #B7A75B Gimblet

📋 copy color: '#B7A75B'

red 183 ◦ green 167 ◦ blue 91

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

Shades of Gimblet #B7A75B

Tints of Gimblet #B7A75B

RGB

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

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

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

R = 41.5%
G = 37.87%
B = 20.63%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.50

 K value IS 0.28

RGB Variations

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

Color information

#B7A75B (or 0xB7A75B) is known color: Gimblet. HEX triplet: B7, A7 and 5B. RGB value is (183,167,91). Sum of RGB (Red+Green+Blue) = 183+167+91=441 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.50% from 441); Green value is 167 (65.62% from 255 or 37.87% from 441); Blue value is 91 (35.94% from 255 or 20.63% from 441); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A75B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7A75B is #4858A4. Grayscale: #A3A3A3. Windows color (decimal): -4741285 or 6006711. OLE color: 6006711.

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

Color convert

RGB 183 167 91 -
CMYK 0 0.09 0.50 0.28
HSL 49.57º 0.39% 0.54% -
HSV(B) 49.57º 0.5% 0.72% -
XYZ 35.24 38.46 15.46 -
YUV 163.12 87.3 142.18 -
System Red Green Blue C M Y K H S L
Decimal 183 167 91 0 0.09 0.50 0.28 49.57 0.39 0.54
Hex B7 A7 5B 0 9 32 1C 32 27 36
Octal 267 247 133 0 11 62 34 62 47 66
Binary 10110111 10100111 1011011 0 1001 110010 11100 110010 100111 110110

Color Harmonies of #B7A75B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7A75B

Black with #B7A75B

Text Example


Text Example

White with #B7A75B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7A75B; }

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

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

background-color css

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

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

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

border-color css

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

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

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