Html Css Color HEX #B2A753 Gimblet

📋 copy color: '#B2A753'

red 178 ◦ green 167 ◦ blue 83

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

Shades of Gimblet #B2A753

Tints of Gimblet #B2A753

RGB

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

 GREEN value IS 167 (65.63% from 255) = 39.02%

 BLUE value IS 83 (32.81% from 255) = 19.39%

R = 41.59%
G = 39.02%
B = 19.39%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.53

 K value IS 0.30

RGB Variations

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

Color information

#B2A753 (or 0xB2A753) is known color: Gimblet. HEX triplet: B2, A7 and 53. RGB value is (178,167,83). Sum of RGB (Red+Green+Blue) = 178+167+83=428 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.59% from 428); Green value is 167 (65.62% from 255 or 39.02% from 428); Blue value is 83 (32.81% from 255 or 19.39% from 428); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A753 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2A753 is #4D58AC. Grayscale: #A1A1A1. Windows color (decimal): -5068973 or 5482418. OLE color: 5482418.

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

Color convert

RGB 178 167 83 -
CMYK 0 0.06 0.53 0.30
HSL 53.05º 0.38% 0.51% -
HSV(B) 53.05º 0.53% 0.7% -
XYZ 33.74 37.73 13.69 -
YUV 160.71 84.14 140.33 -
System Red Green Blue C M Y K H S L
Decimal 178 167 83 0 0.06 0.53 0.30 53.05 0.38 0.51
Hex B2 A7 53 0 6 35 1E 35 26 33
Octal 262 247 123 0 6 65 36 65 46 63
Binary 10110010 10100111 1010011 0 110 110101 11110 110101 100110 110011

Color Harmonies of #B2A753

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2A753

Black with #B2A753

Text Example


Text Example

White with #B2A753

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2A753; }

 p { color: rgb(178,167,83); }

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

background-color css

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

 a { background-color: rgb(178,167,83); }

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

border-color css

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

 span { border-color: rgb(178,167,83); }

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