Html Css Color HEX #B3A852 Brass

📋 copy color: '#B3A852'

red 179 ◦ green 168 ◦ blue 82

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

Shades of Brass #B3A852

Tints of Brass #B3A852

RGB

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

 GREEN value IS 168 (66.02% from 255) = 39.16%

 BLUE value IS 82 (32.42% from 255) = 19.11%

R = 41.72%
G = 39.16%
B = 19.11%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.54

 K value IS 0.30

RGB Variations

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

Color information

#B3A852 (or 0xB3A852) is known color: Brass. HEX triplet: B3, A8 and 52. RGB value is (179,168,82). Sum of RGB (Red+Green+Blue) = 179+168+82=429 (56% of max value = 765). Red value is 179 (70.31% from 255 or 41.72% from 429); Green value is 168 (66.02% from 255 or 39.16% from 429); Blue value is 82 (32.42% from 255 or 19.11% from 429); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A852 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3A852 is #4C57AD. Grayscale: #A1A1A1. Windows color (decimal): -5003182 or 5417139. OLE color: 5417139.

HSL color Cylindrical-coordinate representation of color #B3A852: hue angle of 53.2º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B3A852 is Cyan = 0, Magento = 0.06, Yellow = 0.54 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 168 82 -
CMYK 0 0.06 0.54 0.30
HSL 53.2º 0.39% 0.51% -
HSV(B) 53.2º 0.54% 0.7% -
XYZ 34.12 38.2 13.56 -
YUV 161.49 83.14 140.49 -
System Red Green Blue C M Y K H S L
Decimal 179 168 82 0 0.06 0.54 0.30 53.2 0.39 0.51
Hex B3 A8 52 0 6 36 1E 35 27 33
Octal 263 250 122 0 6 66 36 65 47 63
Binary 10110011 10101000 1010010 0 110 110110 11110 110101 100111 110011

Color Harmonies of #B3A852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3A852

Black with #B3A852

Text Example


Text Example

White with #B3A852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3A852; }

 p { color: rgb(179,168,82); }

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

background-color css

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

 a { background-color: rgb(179,168,82); }

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

border-color css

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

 span { border-color: rgb(179,168,82); }

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