Html Css Color HEX #B2A35F Gimblet

📋 copy color: '#B2A35F'

red 178 ◦ green 163 ◦ blue 95

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

Shades of Gimblet #B2A35F

Tints of Gimblet #B2A35F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 21.79%

R = 40.83%
G = 37.39%
B = 21.79%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.47

 K value IS 0.30

RGB Variations

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

Color information

#B2A35F (or 0xB2A35F) is known color: Gimblet. HEX triplet: B2, A3 and 5F. RGB value is (178,163,95). Sum of RGB (Red+Green+Blue) = 178+163+95=436 (57% of max value = 765). Red value is 178 (69.92% from 255 or 40.83% from 436); Green value is 163 (64.06% from 255 or 37.39% from 436); Blue value is 95 (37.5% from 255 or 21.79% from 436); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A35F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2A35F is #4D5CA0. Grayscale: #A0A0A0. Windows color (decimal): -5069985 or 6267826. OLE color: 6267826.

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

Color convert

RGB 178 163 95 -
CMYK 0 0.08 0.47 0.30
HSL 49.16º 0.35% 0.54% -
HSV(B) 49.16º 0.47% 0.7% -
XYZ 33.52 36.49 16.1 -
YUV 159.73 91.47 141.03 -
System Red Green Blue C M Y K H S L
Decimal 178 163 95 0 0.08 0.47 0.30 49.16 0.35 0.54
Hex B2 A3 5F 0 8 2F 1E 31 23 36
Octal 262 243 137 0 10 57 36 61 43 66
Binary 10110010 10100011 1011111 0 1000 101111 11110 110001 100011 110110

Color Harmonies of #B2A35F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2A35F

Black with #B2A35F

Text Example


Text Example

White with #B2A35F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2A35F; }

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

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

background-color css

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

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

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

border-color css

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

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

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