Html Css Color HEX #B2A435 Brass

📋 copy color: '#B2A435'

red 178 ◦ green 164 ◦ blue 53

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

Shades of Brass #B2A435

Tints of Brass #B2A435

RGB

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

 GREEN value IS 164 (64.45% from 255) = 41.52%

 BLUE value IS 53 (21.09% from 255) = 13.42%

R = 45.06%
G = 41.52%
B = 13.42%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.70

 K value IS 0.30

RGB Variations

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

Color information

#B2A435 (or 0xB2A435) is known color: Brass. HEX triplet: B2, A4 and 35. RGB value is (178,164,53). Sum of RGB (Red+Green+Blue) = 178+164+53=395 (52% of max value = 765). Red value is 178 (69.92% from 255 or 45.06% from 395); Green value is 164 (64.45% from 255 or 41.52% from 395); Blue value is 53 (21.09% from 255 or 13.42% from 395); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A435 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2A435 is #4D5BCA. Grayscale: #9B9B9B. Windows color (decimal): -5069771 or 3515570. OLE color: 3515570.

HSL color Cylindrical-coordinate representation of color #B2A435: hue angle of 53.28º degrees, saturation: 0.54, 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 #B2A435 is Cyan = 0, Magento = 0.08, Yellow = 0.70 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 164 53 -
CMYK 0 0.08 0.70 0.30
HSL 53.28º 0.54% 0.45% -
HSV(B) 53.28º 0.7% 0.7% -
XYZ 32.28 36.27 8.67 -
YUV 155.53 70.14 144.03 -
System Red Green Blue C M Y K H S L
Decimal 178 164 53 0 0.08 0.70 0.30 53.28 0.54 0.45
Hex B2 A4 35 0 8 46 1E 35 36 2D
Octal 262 244 65 0 10 106 36 65 66 55
Binary 10110010 10100100 110101 0 1000 1000110 11110 110101 110110 101101

Color Harmonies of #B2A435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2A435

Black with #B2A435

Text Example


Text Example

White with #B2A435

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2A435; }

 p { color: rgb(178,164,53); }

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

background-color css

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

 a { background-color: rgb(178,164,53); }

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

border-color css

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

 span { border-color: rgb(178,164,53); }

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