Html Css Color HEX #B0A646 Brass

📋 copy color: '#B0A646'

red 176 ◦ green 166 ◦ blue 70

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

Shades of Brass #B0A646

Tints of Brass #B0A646

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 16.99%

R = 42.72%
G = 40.29%
B = 16.99%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.60

 K value IS 0.31

RGB Variations

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

Color information

#B0A646 (or 0xB0A646) is known color: Brass. HEX triplet: B0, A6 and 46. RGB value is (176,166,70). Sum of RGB (Red+Green+Blue) = 176+166+70=412 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.72% from 412); Green value is 166 (65.23% from 255 or 40.29% from 412); Blue value is 70 (27.73% from 255 or 16.99% from 412); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A646 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0A646 is #4F59B9. Grayscale: #9E9E9E. Windows color (decimal): -5200314 or 4630192. OLE color: 4630192.

HSL color Cylindrical-coordinate representation of color #B0A646: hue angle of 54.34º 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 #B0A646 is Cyan = 0, Magento = 0.06, Yellow = 0.60 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 166 70 -
CMYK 0 0.06 0.60 0.31
HSL 54.34º 0.43% 0.48% -
HSV(B) 54.34º 0.6% 0.69% -
XYZ 32.65 36.94 11.2 -
YUV 158.05 78.31 140.81 -
System Red Green Blue C M Y K H S L
Decimal 176 166 70 0 0.06 0.60 0.31 54.34 0.43 0.48
Hex B0 A6 46 0 6 3C 1F 36 2B 30
Octal 260 246 106 0 6 74 37 66 53 60
Binary 10110000 10100110 1000110 0 110 111100 11111 110110 101011 110000

Color Harmonies of #B0A646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0A646

Black with #B0A646

Text Example


Text Example

White with #B0A646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0A646; }

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

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

background-color css

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

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

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

border-color css

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

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

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