Html Css Color HEX #B3A239 Brass

📋 copy color: '#B3A239'

red 179 ◦ green 162 ◦ blue 57

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

Shades of Brass #B3A239

Tints of Brass #B3A239

RGB

 RED value IS 179 (70.31% from 255) = 44.97%

 GREEN value IS 162 (63.67% from 255) = 40.7%

 BLUE value IS 57 (22.66% from 255) = 14.32%

R = 44.97%
G = 40.7%
B = 14.32%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.68

 K value IS 0.30

RGB Variations

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

Color information

#B3A239 (or 0xB3A239) is known color: Brass. HEX triplet: B3, A2 and 39. RGB value is (179,162,57). Sum of RGB (Red+Green+Blue) = 179+162+57=398 (52% of max value = 765). Red value is 179 (70.31% from 255 or 44.97% from 398); Green value is 162 (63.67% from 255 or 40.70% from 398); Blue value is 57 (22.66% from 255 or 14.32% from 398); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A239 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3A239 is #4C5DC6. Grayscale: #9B9B9B. Windows color (decimal): -5004743 or 3777203. OLE color: 3777203.

HSL color Cylindrical-coordinate representation of color #B3A239: hue angle of 51.64º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B3A239 is Cyan = 0, Magento = 0.09, Yellow = 0.68 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 162 57 -
CMYK 0 0.09 0.68 0.30
HSL 51.64º 0.52% 0.46% -
HSV(B) 51.64º 0.68% 0.7% -
XYZ 32.25 35.72 9.07 -
YUV 155.11 72.63 145.04 -
System Red Green Blue C M Y K H S L
Decimal 179 162 57 0 0.09 0.68 0.30 51.64 0.52 0.46
Hex B3 A2 39 0 9 44 1E 34 34 2E
Octal 263 242 71 0 11 104 36 64 64 56
Binary 10110011 10100010 111001 0 1001 1000100 11110 110100 110100 101110

Color Harmonies of #B3A239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3A239

Black with #B3A239

Text Example


Text Example

White with #B3A239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3A239; }

 p { color: rgb(179,162,57); }

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

background-color css

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

 a { background-color: rgb(179,162,57); }

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

border-color css

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

 span { border-color: rgb(179,162,57); }

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