Html Css Color HEX #B0A639 Brass

📋 copy color: '#B0A639'

red 176 ◦ green 166 ◦ blue 57

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

Shades of Brass #B0A639

Tints of Brass #B0A639

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 14.29%

R = 44.11%
G = 41.6%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.68

 K value IS 0.31

RGB Variations

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

Color information

#B0A639 (or 0xB0A639) is known color: Brass. HEX triplet: B0, A6 and 39. RGB value is (176,166,57). Sum of RGB (Red+Green+Blue) = 176+166+57=399 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.11% from 399); Green value is 166 (65.23% from 255 or 41.60% from 399); Blue value is 57 (22.66% from 255 or 14.29% from 399); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A639 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0A639 is #4F59C6. Grayscale: #9D9D9D. Windows color (decimal): -5200327 or 3778224. OLE color: 3778224.

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

Color convert

RGB 176 166 57 -
CMYK 0 0.06 0.68 0.31
HSL 54.96º 0.51% 0.46% -
HSV(B) 54.96º 0.68% 0.69% -
XYZ 32.28 36.8 9.27 -
YUV 156.56 71.81 141.86 -
System Red Green Blue C M Y K H S L
Decimal 176 166 57 0 0.06 0.68 0.31 54.96 0.51 0.46
Hex B0 A6 39 0 6 44 1F 37 33 2E
Octal 260 246 71 0 6 104 37 67 63 56
Binary 10110000 10100110 111001 0 110 1000100 11111 110111 110011 101110

Color Harmonies of #B0A639

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0A639

Black with #B0A639

Text Example


Text Example

White with #B0A639

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0A639; }

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

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

background-color css

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

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

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

border-color css

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

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

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