Html Css Color HEX #B0AD42 Brass

📋 copy color: '#B0AD42'

red 176 ◦ green 173 ◦ blue 66

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

Shades of Brass #B0AD42

Tints of Brass #B0AD42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 15.9%

R = 42.41%
G = 41.69%
B = 15.9%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.62

 K value IS 0.31

RGB Variations

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

Color information

#B0AD42 (or 0xB0AD42) is known color: Brass. HEX triplet: B0, AD and 42. RGB value is (176,173,66). Sum of RGB (Red+Green+Blue) = 176+173+66=415 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.41% from 415); Green value is 173 (67.97% from 255 or 41.69% from 415); Blue value is 66 (26.17% from 255 or 15.90% from 415); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AD42 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0AD42 is #4F52BD. Grayscale: #A2A2A2. Windows color (decimal): -5198526 or 4369840. OLE color: 4369840.

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

Color convert

RGB 176 173 66 -
CMYK 0 0.02 0.62 0.31
HSL 58.36º 0.45% 0.47% -
HSV(B) 58.36º 0.63% 0.69% -
XYZ 33.83 39.51 11 -
YUV 161.7 73.99 138.2 -
System Red Green Blue C M Y K H S L
Decimal 176 173 66 0 0.02 0.62 0.31 58.36 0.45 0.47
Hex B0 AD 42 0 2 3E 1F 3A 2D 2F
Octal 260 255 102 0 2 76 37 72 55 57
Binary 10110000 10101101 1000010 0 10 111110 11111 111010 101101 101111

Color Harmonies of #B0AD42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0AD42

Black with #B0AD42

Text Example


Text Example

White with #B0AD42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0AD42; }

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

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

background-color css

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

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

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

border-color css

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

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

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