Html Css Color HEX #B0A653 Brass

📋 copy color: '#B0A653'

red 176 ◦ green 166 ◦ blue 83

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

Shades of Brass #B0A653

Tints of Brass #B0A653

RGB

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

 GREEN value IS 166 (65.23% from 255) = 39.06%

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

R = 41.41%
G = 39.06%
B = 19.53%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.53

 K value IS 0.31

RGB Variations

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

Color information

#B0A653 (or 0xB0A653) is known color: Brass. HEX triplet: B0, A6 and 53. RGB value is (176,166,83). Sum of RGB (Red+Green+Blue) = 176+166+83=425 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.41% from 425); Green value is 166 (65.23% from 255 or 39.06% from 425); Blue value is 83 (32.81% from 255 or 19.53% from 425); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A653 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0A653 is #4F59AC. Grayscale: #9F9F9F. Windows color (decimal): -5200301 or 5482160. OLE color: 5482160.

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

Color convert

RGB 176 166 83 -
CMYK 0 0.06 0.53 0.31
HSL 53.55º 0.37% 0.51% -
HSV(B) 53.55º 0.53% 0.69% -
XYZ 33.1 37.13 13.61 -
YUV 159.53 84.81 139.75 -
System Red Green Blue C M Y K H S L
Decimal 176 166 83 0 0.06 0.53 0.31 53.55 0.37 0.51
Hex B0 A6 53 0 6 35 1F 36 25 33
Octal 260 246 123 0 6 65 37 66 45 63
Binary 10110000 10100110 1010011 0 110 110101 11111 110110 100101 110011

Color Harmonies of #B0A653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0A653

Black with #B0A653

Text Example


Text Example

White with #B0A653

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0A653; }

 p { color: rgb(176,166,83); }

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

background-color css

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

 a { background-color: rgb(176,166,83); }

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

border-color css

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

 span { border-color: rgb(176,166,83); }

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