Html Css Color HEX #B2A35D Gimblet

📋 copy color: '#B2A35D'

red 178 ◦ green 163 ◦ blue 93

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

Shades of Gimblet #B2A35D

Tints of Gimblet #B2A35D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 21.43%

R = 41.01%
G = 37.56%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.48

 K value IS 0.30

RGB Variations

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

Color information

#B2A35D (or 0xB2A35D) is known color: Gimblet. HEX triplet: B2, A3 and 5D. RGB value is (178,163,93). Sum of RGB (Red+Green+Blue) = 178+163+93=434 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.01% from 434); Green value is 163 (64.06% from 255 or 37.56% from 434); Blue value is 93 (36.72% from 255 or 21.43% from 434); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A35D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2A35D is #4D5CA2. Grayscale: #9F9F9F. Windows color (decimal): -5069987 or 6136754. OLE color: 6136754.

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

Color convert

RGB 178 163 93 -
CMYK 0 0.08 0.48 0.30
HSL 49.41º 0.36% 0.53% -
HSV(B) 49.41º 0.48% 0.7% -
XYZ 33.43 36.45 15.63 -
YUV 159.51 90.47 141.19 -
System Red Green Blue C M Y K H S L
Decimal 178 163 93 0 0.08 0.48 0.30 49.41 0.36 0.53
Hex B2 A3 5D 0 8 30 1E 31 24 35
Octal 262 243 135 0 10 60 36 61 44 65
Binary 10110010 10100011 1011101 0 1000 110000 11110 110001 100100 110101

Color Harmonies of #B2A35D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2A35D

Black with #B2A35D

Text Example


Text Example

White with #B2A35D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2A35D; }

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

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

background-color css

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

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

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

border-color css

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

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

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