Html Css Color HEX #B7AA53 Gimblet

📋 copy color: '#B7AA53'

red 183 ◦ green 170 ◦ blue 83

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

Shades of Gimblet #B7AA53

Tints of Gimblet #B7AA53

RGB

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

 GREEN value IS 170 (66.8% from 255) = 38.99%

 BLUE value IS 83 (32.81% from 255) = 19.04%

R = 41.97%
G = 38.99%
B = 19.04%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.55

 K value IS 0.28

RGB Variations

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

Color information

#B7AA53 (or 0xB7AA53) is known color: Gimblet. HEX triplet: B7, AA and 53. RGB value is (183,170,83). Sum of RGB (Red+Green+Blue) = 183+170+83=436 (57% of max value = 765). Red value is 183 (71.88% from 255 or 41.97% from 436); Green value is 170 (66.80% from 255 or 38.99% from 436); Blue value is 83 (32.81% from 255 or 19.04% from 436); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AA53 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7AA53 is #4855AC. Grayscale: #A4A4A4. Windows color (decimal): -4740525 or 5483191. OLE color: 5483191.

HSL color Cylindrical-coordinate representation of color #B7AA53: hue angle of 52.2º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B7AA53 is Cyan = 0, Magento = 0.07, Yellow = 0.55 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 170 83 -
CMYK 0 0.07 0.55 0.28
HSL 52.2º 0.41% 0.52% -
HSV(B) 52.2º 0.55% 0.72% -
XYZ 35.46 39.44 13.93 -
YUV 163.97 82.31 141.57 -
System Red Green Blue C M Y K H S L
Decimal 183 170 83 0 0.07 0.55 0.28 52.2 0.41 0.52
Hex B7 AA 53 0 7 37 1C 34 29 34
Octal 267 252 123 0 7 67 34 64 51 64
Binary 10110111 10101010 1010011 0 111 110111 11100 110100 101001 110100

Color Harmonies of #B7AA53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7AA53

Black with #B7AA53

Text Example


Text Example

White with #B7AA53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7AA53; }

 p { color: rgb(183,170,83); }

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

background-color css

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

 a { background-color: rgb(183,170,83); }

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

border-color css

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

 span { border-color: rgb(183,170,83); }

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