Html Css Color HEX #B2A358 Gimblet

📋 copy color: '#B2A358'

red 178 ◦ green 163 ◦ blue 88

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

Shades of Gimblet #B2A358

Tints of Gimblet #B2A358

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 20.51%

R = 41.49%
G = 38%
B = 20.51%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.51

 K value IS 0.30

RGB Variations

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

Color information

#B2A358 (or 0xB2A358) is known color: Gimblet. HEX triplet: B2, A3 and 58. RGB value is (178,163,88). Sum of RGB (Red+Green+Blue) = 178+163+88=429 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.49% from 429); Green value is 163 (64.06% from 255 or 38.00% from 429); Blue value is 88 (34.77% from 255 or 20.51% from 429); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A358 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2A358 is #4D5CA7. Grayscale: #9F9F9F. Windows color (decimal): -5069992 or 5809074. OLE color: 5809074.

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

Color convert

RGB 178 163 88 -
CMYK 0 0.08 0.51 0.30
HSL 50º 0.37% 0.52% -
HSV(B) 50º 0.51% 0.7% -
XYZ 33.22 36.36 14.5 -
YUV 158.94 87.97 141.6 -
System Red Green Blue C M Y K H S L
Decimal 178 163 88 0 0.08 0.51 0.30 50 0.37 0.52
Hex B2 A3 58 0 8 33 1E 32 25 34
Octal 262 243 130 0 10 63 36 62 45 64
Binary 10110010 10100011 1011000 0 1000 110011 11110 110010 100101 110100

Color Harmonies of #B2A358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2A358

Black with #B2A358

Text Example


Text Example

White with #B2A358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2A358; }

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

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

background-color css

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

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

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

border-color css

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

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

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