Html Css Color HEX #B0A05C Gimblet

📋 copy color: '#B0A05C'

red 176 ◦ green 160 ◦ blue 92

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

Shades of Gimblet #B0A05C

Tints of Gimblet #B0A05C

RGB

 RED value IS 176 (69.14% from 255) = 41.12%

 GREEN value IS 160 (62.89% from 255) = 37.38%

 BLUE value IS 92 (36.33% from 255) = 21.5%

R = 41.12%
G = 37.38%
B = 21.5%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.48

 K value IS 0.31

RGB Variations

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

Color information

#B0A05C (or 0xB0A05C) is known color: Gimblet. HEX triplet: B0, A0 and 5C. RGB value is (176,160,92). Sum of RGB (Red+Green+Blue) = 176+160+92=428 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.12% from 428); Green value is 160 (62.89% from 255 or 37.38% from 428); Blue value is 92 (36.33% from 255 or 21.50% from 428); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A05C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0A05C is #4F5FA3. Grayscale: #9D9D9D. Windows color (decimal): -5201828 or 6070448. OLE color: 6070448.

HSL color Cylindrical-coordinate representation of color #B0A05C: hue angle of 48.57º degrees, saturation: 0.35, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B0A05C is Cyan = 0, Magento = 0.09, Yellow = 0.48 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 160 92 -
CMYK 0 0.09 0.48 0.31
HSL 48.57º 0.35% 0.53% -
HSV(B) 48.57º 0.48% 0.69% -
XYZ 32.41 35.14 15.2 -
YUV 157.03 91.3 141.53 -
System Red Green Blue C M Y K H S L
Decimal 176 160 92 0 0.09 0.48 0.31 48.57 0.35 0.53
Hex B0 A0 5C 0 9 30 1F 31 23 35
Octal 260 240 134 0 11 60 37 61 43 65
Binary 10110000 10100000 1011100 0 1001 110000 11111 110001 100011 110101

Color Harmonies of #B0A05C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0A05C

Black with #B0A05C

Text Example


Text Example

White with #B0A05C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0A05C; }

 p { color: rgb(176,160,92); }

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

background-color css

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

 a { background-color: rgb(176,160,92); }

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

border-color css

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

 span { border-color: rgb(176,160,92); }

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