Html Css Color HEX #B2A359 Gimblet

📋 copy color: '#B2A359'

red 178 ◦ green 163 ◦ blue 89

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

Shades of Gimblet #B2A359

Tints of Gimblet #B2A359

RGB

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

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

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

R = 41.4%
G = 37.91%
B = 20.7%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.5

 K value IS 0.30

RGB Variations

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

Color information

#B2A359 (or 0xB2A359) is known color: Gimblet. HEX triplet: B2, A3 and 59. RGB value is (178,163,89). Sum of RGB (Red+Green+Blue) = 178+163+89=430 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.40% from 430); Green value is 163 (64.06% from 255 or 37.91% from 430); Blue value is 89 (35.16% from 255 or 20.70% from 430); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A359 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2A359 is #4D5CA6. Grayscale: #9F9F9F. Windows color (decimal): -5069991 or 5874610. OLE color: 5874610.

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

Color convert

RGB 178 163 89 -
CMYK 0 0.08 0.5 0.30
HSL 49.89º 0.37% 0.52% -
HSV(B) 49.89º 0.5% 0.7% -
XYZ 33.26 36.38 14.72 -
YUV 159.05 88.47 141.52 -
System Red Green Blue C M Y K H S L
Decimal 178 163 89 0 0.08 0.5 0.30 49.89 0.37 0.52
Hex B2 A3 59 0 8 32 1E 32 25 34
Octal 262 243 131 0 10 62 36 62 45 64
Binary 10110010 10100011 1011001 0 1000 110010 11110 110010 100101 110100

Color Harmonies of #B2A359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2A359

Black with #B2A359

Text Example


Text Example

White with #B2A359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2A359; }

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

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

background-color css

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

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

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

border-color css

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

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

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