Html Css Color HEX #B2A55A Gimblet

📋 copy color: '#B2A55A'

red 178 ◦ green 165 ◦ blue 90

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

Shades of Gimblet #B2A55A

Tints of Gimblet #B2A55A

RGB

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

 GREEN value IS 165 (64.84% from 255) = 38.11%

 BLUE value IS 90 (35.55% from 255) = 20.79%

R = 41.11%
G = 38.11%
B = 20.79%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.49

 K value IS 0.30

RGB Variations

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

Color information

#B2A55A (or 0xB2A55A) is known color: Gimblet. HEX triplet: B2, A5 and 5A. RGB value is (178,165,90). Sum of RGB (Red+Green+Blue) = 178+165+90=433 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.11% from 433); Green value is 165 (64.84% from 255 or 38.11% from 433); Blue value is 90 (35.55% from 255 or 20.79% from 433); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A55A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2A55A is #4D5AA5. Grayscale: #A0A0A0. Windows color (decimal): -5069478 or 5940658. OLE color: 5940658.

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

Color convert

RGB 178 165 90 -
CMYK 0 0.07 0.49 0.30
HSL 51.14º 0.36% 0.53% -
HSV(B) 51.14º 0.49% 0.7% -
XYZ 33.66 37.11 15.06 -
YUV 160.34 88.31 140.6 -
System Red Green Blue C M Y K H S L
Decimal 178 165 90 0 0.07 0.49 0.30 51.14 0.36 0.53
Hex B2 A5 5A 0 7 31 1E 33 24 35
Octal 262 245 132 0 7 61 36 63 44 65
Binary 10110010 10100101 1011010 0 111 110001 11110 110011 100100 110101

Color Harmonies of #B2A55A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2A55A

Black with #B2A55A

Text Example


Text Example

White with #B2A55A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2A55A; }

 p { color: rgb(178,165,90); }

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

background-color css

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

 a { background-color: rgb(178,165,90); }

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

border-color css

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

 span { border-color: rgb(178,165,90); }

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