Html Css Color HEX #B0A136 Brass

📋 copy color: '#B0A136'

red 176 ◦ green 161 ◦ blue 54

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

Shades of Brass #B0A136

Tints of Brass #B0A136

RGB

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

 GREEN value IS 161 (63.28% from 255) = 41.18%

 BLUE value IS 54 (21.48% from 255) = 13.81%

R = 45.01%
G = 41.18%
B = 13.81%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.69

 K value IS 0.31

RGB Variations

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

Color information

#B0A136 (or 0xB0A136) is known color: Brass. HEX triplet: B0, A1 and 36. RGB value is (176,161,54). Sum of RGB (Red+Green+Blue) = 176+161+54=391 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.01% from 391); Green value is 161 (63.28% from 255 or 41.18% from 391); Blue value is 54 (21.48% from 255 or 13.81% from 391); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A136 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0A136 is #4F5EC9. Grayscale: #999999. Windows color (decimal): -5201610 or 3580336. OLE color: 3580336.

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

Color convert

RGB 176 161 54 -
CMYK 0 0.09 0.69 0.31
HSL 52.62º 0.53% 0.45% -
HSV(B) 52.62º 0.69% 0.69% -
XYZ 31.32 34.99 8.59 -
YUV 153.29 71.97 144.2 -
System Red Green Blue C M Y K H S L
Decimal 176 161 54 0 0.09 0.69 0.31 52.62 0.53 0.45
Hex B0 A1 36 0 9 45 1F 35 35 2D
Octal 260 241 66 0 11 105 37 65 65 55
Binary 10110000 10100001 110110 0 1001 1000101 11111 110101 110101 101101

Color Harmonies of #B0A136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0A136

Black with #B0A136

Text Example


Text Example

White with #B0A136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0A136; }

 p { color: rgb(176,161,54); }

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

background-color css

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

 a { background-color: rgb(176,161,54); }

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

border-color css

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

 span { border-color: rgb(176,161,54); }

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