Html Css Color HEX #B2A335 Brass

📋 copy color: '#B2A335'

red 178 ◦ green 163 ◦ blue 53

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

Shades of Brass #B2A335

Tints of Brass #B2A335

RGB

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

 GREEN value IS 163 (64.06% from 255) = 41.37%

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

R = 45.18%
G = 41.37%
B = 13.45%

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

#B2A335 (or 0xB2A335) is known color: Brass. HEX triplet: B2, A3 and 35. RGB value is (178,163,53). Sum of RGB (Red+Green+Blue) = 178+163+53=394 (52% of max value = 765). Red value is 178 (69.92% from 255 or 45.18% from 394); Green value is 163 (64.06% from 255 or 41.37% from 394); Blue value is 53 (21.09% from 255 or 13.45% from 394); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A335 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2A335 is #4D5CCA. Grayscale: #9B9B9B. Windows color (decimal): -5070027 or 3515314. OLE color: 3515314.

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

Color convert

RGB 178 163 53 -
CMYK 0 0.08 0.70 0.30
HSL 52.8º 0.54% 0.45% -
HSV(B) 52.8º 0.7% 0.7% -
XYZ 32.1 35.92 8.61 -
YUV 154.95 70.47 144.44 -
System Red Green Blue C M Y K H S L
Decimal 178 163 53 0 0.08 0.70 0.30 52.8 0.54 0.45
Hex B2 A3 35 0 8 46 1E 35 36 2D
Octal 262 243 65 0 10 106 36 65 66 55
Binary 10110010 10100011 110101 0 1000 1000110 11110 110101 110110 101101

Color Harmonies of #B2A335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2A335

Black with #B2A335

Text Example


Text Example

White with #B2A335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2A335; }

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

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

background-color css

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

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

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

border-color css

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

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

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