Html Css Color HEX #B7A75A Gimblet

📋 copy color: '#B7A75A'

red 183 ◦ green 167 ◦ blue 90

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

Shades of Gimblet #B7A75A

Tints of Gimblet #B7A75A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 20.45%

R = 41.59%
G = 37.95%
B = 20.45%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.51

 K value IS 0.28

RGB Variations

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

Color information

#B7A75A (or 0xB7A75A) is known color: Gimblet. HEX triplet: B7, A7 and 5A. RGB value is (183,167,90). Sum of RGB (Red+Green+Blue) = 183+167+90=440 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.59% from 440); Green value is 167 (65.62% from 255 or 37.95% from 440); Blue value is 90 (35.55% from 255 or 20.45% from 440); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A75A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7A75A is #4858A5. Grayscale: #A3A3A3. Windows color (decimal): -4741286 or 5941175. OLE color: 5941175.

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

Color convert

RGB 183 167 90 -
CMYK 0 0.09 0.51 0.28
HSL 49.68º 0.39% 0.54% -
HSV(B) 49.68º 0.51% 0.72% -
XYZ 35.19 38.44 15.24 -
YUV 163.01 86.8 142.26 -
System Red Green Blue C M Y K H S L
Decimal 183 167 90 0 0.09 0.51 0.28 49.68 0.39 0.54
Hex B7 A7 5A 0 9 33 1C 32 27 36
Octal 267 247 132 0 11 63 34 62 47 66
Binary 10110111 10100111 1011010 0 1001 110011 11100 110010 100111 110110

Color Harmonies of #B7A75A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7A75A

Black with #B7A75A

Text Example


Text Example

White with #B7A75A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7A75A; }

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

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

background-color css

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

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

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

border-color css

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

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

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