Html Css Color HEX #B3A651 Brass

📋 copy color: '#B3A651'

red 179 ◦ green 166 ◦ blue 81

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

Shades of Brass #B3A651

Tints of Brass #B3A651

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 19.01%

R = 42.02%
G = 38.97%
B = 19.01%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.55

 K value IS 0.30

RGB Variations

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

Color information

#B3A651 (or 0xB3A651) is known color: Brass. HEX triplet: B3, A6 and 51. RGB value is (179,166,81). Sum of RGB (Red+Green+Blue) = 179+166+81=426 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.02% from 426); Green value is 166 (65.23% from 255 or 38.97% from 426); Blue value is 81 (32.03% from 255 or 19.01% from 426); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A651 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3A651 is #4C59AE. Grayscale: #A0A0A0. Windows color (decimal): -5003695 or 5351091. OLE color: 5351091.

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

Color convert

RGB 179 166 81 -
CMYK 0 0.07 0.55 0.30
HSL 52.04º 0.39% 0.51% -
HSV(B) 52.04º 0.55% 0.7% -
XYZ 33.71 37.45 13.24 -
YUV 160.2 83.31 141.41 -
System Red Green Blue C M Y K H S L
Decimal 179 166 81 0 0.07 0.55 0.30 52.04 0.39 0.51
Hex B3 A6 51 0 7 37 1E 34 27 33
Octal 263 246 121 0 7 67 36 64 47 63
Binary 10110011 10100110 1010001 0 111 110111 11110 110100 100111 110011

Color Harmonies of #B3A651

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3A651

Black with #B3A651

Text Example


Text Example

White with #B3A651

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3A651; }

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

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

background-color css

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

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

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

border-color css

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

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

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