Html Css Color HEX #B2AD45 Brass

📋 copy color: '#B2AD45'

red 178 ◦ green 173 ◦ blue 69

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

Shades of Brass #B2AD45

Tints of Brass #B2AD45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 16.43%

R = 42.38%
G = 41.19%
B = 16.43%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.61

 K value IS 0.30

RGB Variations

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

Color information

#B2AD45 (or 0xB2AD45) is known color: Brass. HEX triplet: B2, AD and 45. RGB value is (178,173,69). Sum of RGB (Red+Green+Blue) = 178+173+69=420 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.38% from 420); Green value is 173 (67.97% from 255 or 41.19% from 420); Blue value is 69 (27.34% from 255 or 16.43% from 420); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AD45 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2AD45 is #4D52BA. Grayscale: #A3A3A3. Windows color (decimal): -5067451 or 4566450. OLE color: 4566450.

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

Color convert

RGB 178 173 69 -
CMYK 0 0.03 0.61 0.30
HSL 57.25º 0.44% 0.48% -
HSV(B) 57.25º 0.61% 0.7% -
XYZ 34.38 39.78 11.5 -
YUV 162.64 75.16 138.96 -
System Red Green Blue C M Y K H S L
Decimal 178 173 69 0 0.03 0.61 0.30 57.25 0.44 0.48
Hex B2 AD 45 0 3 3D 1E 39 2C 30
Octal 262 255 105 0 3 75 36 71 54 60
Binary 10110010 10101101 1000101 0 11 111101 11110 111001 101100 110000

Color Harmonies of #B2AD45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2AD45

Black with #B2AD45

Text Example


Text Example

White with #B2AD45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2AD45; }

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

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

background-color css

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

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

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

border-color css

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

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

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