Html Css Color HEX #B0AD36 Brass

📋 copy color: '#B0AD36'

red 176 ◦ green 173 ◦ blue 54

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

Shades of Brass #B0AD36

Tints of Brass #B0AD36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 13.4%

R = 43.67%
G = 42.93%
B = 13.4%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.69

 K value IS 0.31

RGB Variations

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

Color information

#B0AD36 (or 0xB0AD36) is known color: Brass. HEX triplet: B0, AD and 36. RGB value is (176,173,54). Sum of RGB (Red+Green+Blue) = 176+173+54=403 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.67% from 403); Green value is 173 (67.97% from 255 or 42.93% from 403); Blue value is 54 (21.48% from 255 or 13.40% from 403); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AD36 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0AD36 is #4F52C9. Grayscale: #A0A0A0. Windows color (decimal): -5198538 or 3583408. OLE color: 3583408.

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

Color convert

RGB 176 173 54 -
CMYK 0 0.02 0.69 0.31
HSL 58.52º 0.53% 0.45% -
HSV(B) 58.52º 0.69% 0.69% -
XYZ 33.51 39.38 9.33 -
YUV 160.33 67.99 139.18 -
System Red Green Blue C M Y K H S L
Decimal 176 173 54 0 0.02 0.69 0.31 58.52 0.53 0.45
Hex B0 AD 36 0 2 45 1F 3B 35 2D
Octal 260 255 66 0 2 105 37 73 65 55
Binary 10110000 10101101 110110 0 10 1000101 11111 111011 110101 101101

Color Harmonies of #B0AD36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0AD36

Black with #B0AD36

Text Example


Text Example

White with #B0AD36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0AD36; }

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

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

background-color css

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

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

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

border-color css

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

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

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