Html Css Color HEX #B3A652 Brass

📋 copy color: '#B3A652'

red 179 ◦ green 166 ◦ blue 82

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

Shades of Brass #B3A652

Tints of Brass #B3A652

RGB

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

 GREEN value IS 166 (65.23% from 255) = 38.88%

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

R = 41.92%
G = 38.88%
B = 19.2%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.54

 K value IS 0.30

RGB Variations

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

Color information

#B3A652 (or 0xB3A652) is known color: Brass. HEX triplet: B3, A6 and 52. RGB value is (179,166,82). Sum of RGB (Red+Green+Blue) = 179+166+82=427 (56% of max value = 765). Red value is 179 (70.31% from 255 or 41.92% from 427); Green value is 166 (65.23% from 255 or 38.88% from 427); Blue value is 82 (32.42% from 255 or 19.20% from 427); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A652 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3A652 is #4C59AD. Grayscale: #A0A0A0. Windows color (decimal): -5003694 or 5416627. OLE color: 5416627.

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

Color convert

RGB 179 166 82 -
CMYK 0 0.07 0.54 0.30
HSL 51.96º 0.39% 0.51% -
HSV(B) 51.96º 0.54% 0.7% -
XYZ 33.75 37.47 13.44 -
YUV 160.31 83.81 141.33 -
System Red Green Blue C M Y K H S L
Decimal 179 166 82 0 0.07 0.54 0.30 51.96 0.39 0.51
Hex B3 A6 52 0 7 36 1E 34 27 33
Octal 263 246 122 0 7 66 36 64 47 63
Binary 10110011 10100110 1010010 0 111 110110 11110 110100 100111 110011

Color Harmonies of #B3A652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3A652

Black with #B3A652

Text Example


Text Example

White with #B3A652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3A652; }

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

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

background-color css

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

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

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

border-color css

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

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

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