Html Css Color HEX #B7A65A Gimblet

📋 copy color: '#B7A65A'

red 183 ◦ green 166 ◦ blue 90

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

Shades of Gimblet #B7A65A

Tints of Gimblet #B7A65A

RGB

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

 GREEN value IS 166 (65.23% from 255) = 37.81%

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

R = 41.69%
G = 37.81%
B = 20.5%

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

#B7A65A (or 0xB7A65A) is known color: Gimblet. HEX triplet: B7, A6 and 5A. RGB value is (183,166,90). Sum of RGB (Red+Green+Blue) = 183+166+90=439 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.69% from 439); Green value is 166 (65.23% from 255 or 37.81% from 439); Blue value is 90 (35.55% from 255 or 20.50% from 439); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A65A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7A65A is #4859A5. Grayscale: #A2A2A2. Windows color (decimal): -4741542 or 5940919. OLE color: 5940919.

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

Color convert

RGB 183 166 90 -
CMYK 0 0.09 0.51 0.28
HSL 49.03º 0.39% 0.54% -
HSV(B) 49.03º 0.51% 0.72% -
XYZ 35.01 38.08 15.18 -
YUV 162.42 87.13 142.68 -
System Red Green Blue C M Y K H S L
Decimal 183 166 90 0 0.09 0.51 0.28 49.03 0.39 0.54
Hex B7 A6 5A 0 9 33 1C 31 27 36
Octal 267 246 132 0 11 63 34 61 47 66
Binary 10110111 10100110 1011010 0 1001 110011 11100 110001 100111 110110

Color Harmonies of #B7A65A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7A65A

Black with #B7A65A

Text Example


Text Example

White with #B7A65A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7A65A; }

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

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

background-color css

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

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

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

border-color css

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

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

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