Html Css Color HEX #B7A85B Gimblet

📋 copy color: '#B7A85B'

red 183 ◦ green 168 ◦ blue 91

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

Shades of Gimblet #B7A85B

Tints of Gimblet #B7A85B

RGB

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

 GREEN value IS 168 (66.02% from 255) = 38.01%

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

R = 41.4%
G = 38.01%
B = 20.59%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.50

 K value IS 0.28

RGB Variations

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

Color information

#B7A85B (or 0xB7A85B) is known color: Gimblet. HEX triplet: B7, A8 and 5B. RGB value is (183,168,91). Sum of RGB (Red+Green+Blue) = 183+168+91=442 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.40% from 442); Green value is 168 (66.02% from 255 or 38.01% from 442); Blue value is 91 (35.94% from 255 or 20.59% from 442); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A85B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7A85B is #4857A4. Grayscale: #A4A4A4. Windows color (decimal): -4741029 or 6006967. OLE color: 6006967.

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

Color convert

RGB 183 168 91 -
CMYK 0 0.08 0.50 0.28
HSL 50.22º 0.39% 0.54% -
HSV(B) 50.22º 0.5% 0.72% -
XYZ 35.42 38.83 15.53 -
YUV 163.71 86.97 141.76 -
System Red Green Blue C M Y K H S L
Decimal 183 168 91 0 0.08 0.50 0.28 50.22 0.39 0.54
Hex B7 A8 5B 0 8 32 1C 32 27 36
Octal 267 250 133 0 10 62 34 62 47 66
Binary 10110111 10101000 1011011 0 1000 110010 11100 110010 100111 110110

Color Harmonies of #B7A85B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7A85B

Black with #B7A85B

Text Example


Text Example

White with #B7A85B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7A85B; }

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

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

background-color css

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

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

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

border-color css

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

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

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