Html Css Color HEX #B2A859 Gimblet

📋 copy color: '#B2A859'

red 178 ◦ green 168 ◦ blue 89

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

Shades of Gimblet #B2A859

Tints of Gimblet #B2A859

RGB

 RED value IS 178 (69.92% from 255) = 40.92%

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

 BLUE value IS 89 (35.16% from 255) = 20.46%

R = 40.92%
G = 38.62%
B = 20.46%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.5

 K value IS 0.30

RGB Variations

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

Color information

#B2A859 (or 0xB2A859) is known color: Gimblet. HEX triplet: B2, A8 and 59. RGB value is (178,168,89). Sum of RGB (Red+Green+Blue) = 178+168+89=435 (57% of max value = 765). Red value is 178 (69.92% from 255 or 40.92% from 435); Green value is 168 (66.02% from 255 or 38.62% from 435); Blue value is 89 (35.16% from 255 or 20.46% from 435); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A859 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2A859 is #4D57A6. Grayscale: #A2A2A2. Windows color (decimal): -5068711 or 5875890. OLE color: 5875890.

HSL color Cylindrical-coordinate representation of color #B2A859: hue angle of 53.26º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B2A859 is Cyan = 0, Magento = 0.06, Yellow = 0.5 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 168 89 -
CMYK 0 0.06 0.5 0.30
HSL 53.26º 0.37% 0.52% -
HSV(B) 53.26º 0.5% 0.7% -
XYZ 34.17 38.19 15.02 -
YUV 161.98 86.81 139.42 -
System Red Green Blue C M Y K H S L
Decimal 178 168 89 0 0.06 0.5 0.30 53.26 0.37 0.52
Hex B2 A8 59 0 6 32 1E 35 25 34
Octal 262 250 131 0 6 62 36 65 45 64
Binary 10110010 10101000 1011001 0 110 110010 11110 110101 100101 110100

Color Harmonies of #B2A859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2A859

Black with #B2A859

Text Example


Text Example

White with #B2A859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2A859; }

 p { color: rgb(178,168,89); }

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

background-color css

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

 a { background-color: rgb(178,168,89); }

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

border-color css

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

 span { border-color: rgb(178,168,89); }

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