Html Css Color HEX #B0A847 Brass

📋 copy color: '#B0A847'

red 176 ◦ green 168 ◦ blue 71

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

Shades of Brass #B0A847

Tints of Brass #B0A847

RGB

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

 GREEN value IS 168 (66.02% from 255) = 40.48%

 BLUE value IS 71 (28.13% from 255) = 17.11%

R = 42.41%
G = 40.48%
B = 17.11%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.60

 K value IS 0.31

RGB Variations

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

Color information

#B0A847 (or 0xB0A847) is known color: Brass. HEX triplet: B0, A8 and 47. RGB value is (176,168,71). Sum of RGB (Red+Green+Blue) = 176+168+71=415 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.41% from 415); Green value is 168 (66.02% from 255 or 40.48% from 415); Blue value is 71 (28.12% from 255 or 17.11% from 415); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A847 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0A847 is #4F57B8. Grayscale: #9F9F9F. Windows color (decimal): -5199801 or 4696240. OLE color: 4696240.

HSL color Cylindrical-coordinate representation of color #B0A847: hue angle of 55.43º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B0A847 is Cyan = 0, Magento = 0.05, Yellow = 0.60 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 168 71 -
CMYK 0 0.05 0.60 0.31
HSL 55.43º 0.43% 0.48% -
HSV(B) 55.43º 0.6% 0.69% -
XYZ 33.04 37.69 11.49 -
YUV 159.33 78.15 139.89 -
System Red Green Blue C M Y K H S L
Decimal 176 168 71 0 0.05 0.60 0.31 55.43 0.43 0.48
Hex B0 A8 47 0 5 3C 1F 37 2B 30
Octal 260 250 107 0 5 74 37 67 53 60
Binary 10110000 10101000 1000111 0 101 111100 11111 110111 101011 110000

Color Harmonies of #B0A847

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0A847

Black with #B0A847

Text Example


Text Example

White with #B0A847

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0A847; }

 p { color: rgb(176,168,71); }

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

background-color css

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

 a { background-color: rgb(176,168,71); }

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

border-color css

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

 span { border-color: rgb(176,168,71); }

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