Html Css Color HEX #B0A948 Brass

📋 copy color: '#B0A948'

red 176 ◦ green 169 ◦ blue 72

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

Shades of Brass #B0A948

Tints of Brass #B0A948

RGB

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

 GREEN value IS 169 (66.41% from 255) = 40.53%

 BLUE value IS 72 (28.52% from 255) = 17.27%

R = 42.21%
G = 40.53%
B = 17.27%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.59

 K value IS 0.31

RGB Variations

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

Color information

#B0A948 (or 0xB0A948) is known color: Brass. HEX triplet: B0, A9 and 48. RGB value is (176,169,72). Sum of RGB (Red+Green+Blue) = 176+169+72=417 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.21% from 417); Green value is 169 (66.41% from 255 or 40.53% from 417); Blue value is 72 (28.52% from 255 or 17.27% from 417); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A948 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0A948 is #4F56B7. Grayscale: #A0A0A0. Windows color (decimal): -5199544 or 4762032. OLE color: 4762032.

HSL color Cylindrical-coordinate representation of color #B0A948: hue angle of 55.96º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B0A948 is Cyan = 0, Magento = 0.04, Yellow = 0.59 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 169 72 -
CMYK 0 0.04 0.59 0.31
HSL 55.96º 0.42% 0.49% -
HSV(B) 55.96º 0.59% 0.69% -
XYZ 33.26 38.07 11.73 -
YUV 160.04 78.32 139.39 -
System Red Green Blue C M Y K H S L
Decimal 176 169 72 0 0.04 0.59 0.31 55.96 0.42 0.49
Hex B0 A9 48 0 4 3B 1F 38 2A 31
Octal 260 251 110 0 4 73 37 70 52 61
Binary 10110000 10101001 1001000 0 100 111011 11111 111000 101010 110001

Color Harmonies of #B0A948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0A948

Black with #B0A948

Text Example


Text Example

White with #B0A948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0A948; }

 p { color: rgb(176,169,72); }

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

background-color css

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

 a { background-color: rgb(176,169,72); }

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

border-color css

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

 span { border-color: rgb(176,169,72); }

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