Html Css Color HEX #B2AD36 Brass

📋 copy color: '#B2AD36'

red 178 ◦ green 173 ◦ blue 54

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

Shades of Brass #B2AD36

Tints of Brass #B2AD36

RGB

 RED value IS 178 (69.92% from 255) = 43.95%

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

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

R = 43.95%
G = 42.72%
B = 13.33%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.70

 K value IS 0.30

RGB Variations

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

Color information

#B2AD36 (or 0xB2AD36) is known color: Brass. HEX triplet: B2, AD and 36. RGB value is (178,173,54). Sum of RGB (Red+Green+Blue) = 178+173+54=405 (53% of max value = 765). Red value is 178 (69.92% from 255 or 43.95% from 405); Green value is 173 (67.97% from 255 or 42.72% from 405); Blue value is 54 (21.48% from 255 or 13.33% from 405); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AD36 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2AD36 is #4D52C9. Grayscale: #A1A1A1. Windows color (decimal): -5067466 or 3583410. OLE color: 3583410.

HSL color Cylindrical-coordinate representation of color #B2AD36: hue angle of 57.58º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B2AD36 is Cyan = 0, Magento = 0.03, Yellow = 0.70 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 173 54 -
CMYK 0 0.03 0.70 0.30
HSL 57.58º 0.53% 0.45% -
HSV(B) 57.58º 0.7% 0.7% -
XYZ 33.97 39.62 9.35 -
YUV 160.93 67.66 140.18 -
System Red Green Blue C M Y K H S L
Decimal 178 173 54 0 0.03 0.70 0.30 57.58 0.53 0.45
Hex B2 AD 36 0 3 46 1E 3A 35 2D
Octal 262 255 66 0 3 106 36 72 65 55
Binary 10110010 10101101 110110 0 11 1000110 11110 111010 110101 101101

Color Harmonies of #B2AD36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2AD36

Black with #B2AD36

Text Example


Text Example

White with #B2AD36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2AD36; }

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

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

background-color css

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

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

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

border-color css

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

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

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