Html Css Color HEX #B7A35A Gimblet

📋 copy color: '#B7A35A'

red 183 ◦ green 163 ◦ blue 90

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

Shades of Gimblet #B7A35A

Tints of Gimblet #B7A35A

RGB

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

 GREEN value IS 163 (64.06% from 255) = 37.39%

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

R = 41.97%
G = 37.39%
B = 20.64%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.51

 K value IS 0.28

RGB Variations

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

Color information

#B7A35A (or 0xB7A35A) is known color: Gimblet. HEX triplet: B7, A3 and 5A. RGB value is (183,163,90). Sum of RGB (Red+Green+Blue) = 183+163+90=436 (57% of max value = 765). Red value is 183 (71.88% from 255 or 41.97% from 436); Green value is 163 (64.06% from 255 or 37.39% from 436); Blue value is 90 (35.55% from 255 or 20.64% from 436); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A35A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7A35A is #485CA5. Grayscale: #A0A0A0. Windows color (decimal): -4742310 or 5940151. OLE color: 5940151.

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

Color convert

RGB 183 163 90 -
CMYK 0 0.11 0.51 0.28
HSL 47.1º 0.39% 0.54% -
HSV(B) 47.1º 0.51% 0.72% -
XYZ 34.47 37 15 -
YUV 160.66 88.13 143.94 -
System Red Green Blue C M Y K H S L
Decimal 183 163 90 0 0.11 0.51 0.28 47.1 0.39 0.54
Hex B7 A3 5A 0 B 33 1C 2F 27 36
Octal 267 243 132 0 13 63 34 57 47 66
Binary 10110111 10100011 1011010 0 1011 110011 11100 101111 100111 110110

Color Harmonies of #B7A35A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7A35A

Black with #B7A35A

Text Example


Text Example

White with #B7A35A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7A35A; }

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

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

background-color css

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

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

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

border-color css

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

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

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