Html Css Color HEX #B0AD41 Brass

📋 copy color: '#B0AD41'

red 176 ◦ green 173 ◦ blue 65

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

Shades of Brass #B0AD41

Tints of Brass #B0AD41

RGB

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

 GREEN value IS 173 (67.97% from 255) = 41.79%

 BLUE value IS 65 (25.78% from 255) = 15.7%

R = 42.51%
G = 41.79%
B = 15.7%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.63

 K value IS 0.31

RGB Variations

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

Color information

#B0AD41 (or 0xB0AD41) is known color: Brass. HEX triplet: B0, AD and 41. RGB value is (176,173,65). Sum of RGB (Red+Green+Blue) = 176+173+65=414 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.51% from 414); Green value is 173 (67.97% from 255 or 41.79% from 414); Blue value is 65 (25.78% from 255 or 15.70% from 414); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AD41 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0AD41 is #4F52BE. Grayscale: #A2A2A2. Windows color (decimal): -5198527 or 4304304. OLE color: 4304304.

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

Color convert

RGB 176 173 65 -
CMYK 0 0.02 0.63 0.31
HSL 58.38º 0.46% 0.47% -
HSV(B) 58.38º 0.63% 0.69% -
XYZ 33.8 39.5 10.84 -
YUV 161.59 73.49 138.28 -
System Red Green Blue C M Y K H S L
Decimal 176 173 65 0 0.02 0.63 0.31 58.38 0.46 0.47
Hex B0 AD 41 0 2 3F 1F 3A 2E 2F
Octal 260 255 101 0 2 77 37 72 56 57
Binary 10110000 10101101 1000001 0 10 111111 11111 111010 101110 101111

Color Harmonies of #B0AD41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0AD41

Black with #B0AD41

Text Example


Text Example

White with #B0AD41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0AD41; }

 p { color: rgb(176,173,65); }

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

background-color css

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

 a { background-color: rgb(176,173,65); }

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

border-color css

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

 span { border-color: rgb(176,173,65); }

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