Html Css Color HEX #B3A83C Brass

📋 copy color: '#B3A83C'

red 179 ◦ green 168 ◦ blue 60

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

Shades of Brass #B3A83C

Tints of Brass #B3A83C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 14.74%

R = 43.98%
G = 41.28%
B = 14.74%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.66

 K value IS 0.30

RGB Variations

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

Color information

#B3A83C (or 0xB3A83C) is known color: Brass. HEX triplet: B3, A8 and 3C. RGB value is (179,168,60). Sum of RGB (Red+Green+Blue) = 179+168+60=407 (53% of max value = 765). Red value is 179 (70.31% from 255 or 43.98% from 407); Green value is 168 (66.02% from 255 or 41.28% from 407); Blue value is 60 (23.83% from 255 or 14.74% from 407); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A83C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3A83C is #4C57C3. Grayscale: #9F9F9F. Windows color (decimal): -5003204 or 3975347. OLE color: 3975347.

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

Color convert

RGB 179 168 60 -
CMYK 0 0.06 0.66 0.30
HSL 54.45º 0.5% 0.47% -
HSV(B) 54.45º 0.66% 0.7% -
XYZ 33.41 37.92 9.83 -
YUV 158.98 72.14 142.28 -
System Red Green Blue C M Y K H S L
Decimal 179 168 60 0 0.06 0.66 0.30 54.45 0.5 0.47
Hex B3 A8 3C 0 6 42 1E 36 32 2F
Octal 263 250 74 0 6 102 36 66 62 57
Binary 10110011 10101000 111100 0 110 1000010 11110 110110 110010 101111

Color Harmonies of #B3A83C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3A83C

Black with #B3A83C

Text Example


Text Example

White with #B3A83C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3A83C; }

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

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

background-color css

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

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

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

border-color css

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

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

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