Html Css Color HEX #B3A750 Brass

📋 copy color: '#B3A750'

red 179 ◦ green 167 ◦ blue 80

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

Shades of Brass #B3A750

Tints of Brass #B3A750

RGB

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

 GREEN value IS 167 (65.63% from 255) = 39.2%

 BLUE value IS 80 (31.64% from 255) = 18.78%

R = 42.02%
G = 39.2%
B = 18.78%

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

#B3A750 (or 0xB3A750) is known color: Brass. HEX triplet: B3, A7 and 50. RGB value is (179,167,80). Sum of RGB (Red+Green+Blue) = 179+167+80=426 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.02% from 426); Green value is 167 (65.62% from 255 or 39.20% from 426); Blue value is 80 (31.64% from 255 or 18.78% from 426); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A750 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3A750 is #4C58AF. Grayscale: #A1A1A1. Windows color (decimal): -5003440 or 5285811. OLE color: 5285811.

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

Color convert

RGB 179 167 80 -
CMYK 0 0.07 0.55 0.30
HSL 52.73º 0.39% 0.51% -
HSV(B) 52.73º 0.55% 0.7% -
XYZ 33.86 37.8 13.1 -
YUV 160.67 82.48 141.07 -
System Red Green Blue C M Y K H S L
Decimal 179 167 80 0 0.07 0.55 0.30 52.73 0.39 0.51
Hex B3 A7 50 0 7 37 1E 35 27 33
Octal 263 247 120 0 7 67 36 65 47 63
Binary 10110011 10100111 1010000 0 111 110111 11110 110101 100111 110011

Color Harmonies of #B3A750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3A750

Black with #B3A750

Text Example


Text Example

White with #B3A750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3A750; }

 p { color: rgb(179,167,80); }

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

background-color css

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

 a { background-color: rgb(179,167,80); }

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

border-color css

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

 span { border-color: rgb(179,167,80); }

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