Html Css Color HEX #B3A841 Brass

📋 copy color: '#B3A841'

red 179 ◦ green 168 ◦ blue 65

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

Shades of Brass #B3A841

Tints of Brass #B3A841

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 15.78%

R = 43.45%
G = 40.78%
B = 15.78%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.64

 K value IS 0.30

RGB Variations

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

Color information

#B3A841 (or 0xB3A841) is known color: Brass. HEX triplet: B3, A8 and 41. RGB value is (179,168,65). Sum of RGB (Red+Green+Blue) = 179+168+65=412 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.45% from 412); Green value is 168 (66.02% from 255 or 40.78% from 412); Blue value is 65 (25.78% from 255 or 15.78% from 412); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A841 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3A841 is #4C57BE. Grayscale: #9F9F9F. Windows color (decimal): -5003199 or 4303027. OLE color: 4303027.

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

Color convert

RGB 179 168 65 -
CMYK 0 0.06 0.64 0.30
HSL 54.21º 0.47% 0.48% -
HSV(B) 54.21º 0.64% 0.7% -
XYZ 33.55 37.97 10.56 -
YUV 159.55 74.64 141.88 -
System Red Green Blue C M Y K H S L
Decimal 179 168 65 0 0.06 0.64 0.30 54.21 0.47 0.48
Hex B3 A8 41 0 6 40 1E 36 2F 30
Octal 263 250 101 0 6 100 36 66 57 60
Binary 10110011 10101000 1000001 0 110 1000000 11110 110110 101111 110000

Color Harmonies of #B3A841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3A841

Black with #B3A841

Text Example


Text Example

White with #B3A841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3A841; }

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

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

background-color css

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

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

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

border-color css

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

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

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