Html Css Color HEX #B3B047 Brass

📋 copy color: '#B3B047'

red 179 ◦ green 176 ◦ blue 71

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

Shades of Brass #B3B047

Tints of Brass #B3B047

RGB

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

 GREEN value IS 176 (69.14% from 255) = 41.31%

 BLUE value IS 71 (28.13% from 255) = 16.67%

R = 42.02%
G = 41.31%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.60

 K value IS 0.30

RGB Variations

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

Color information

#B3B047 (or 0xB3B047) is known color: Brass. HEX triplet: B3, B0 and 47. RGB value is (179,176,71). Sum of RGB (Red+Green+Blue) = 179+176+71=426 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.02% from 426); Green value is 176 (69.14% from 255 or 41.31% from 426); Blue value is 71 (28.12% from 255 or 16.67% from 426); Max value from RGB is 179 - color contains mainly: red. Hex color #B3B047 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3B047 is #4C4FB8. Grayscale: #A5A5A5. Windows color (decimal): -5001145 or 4698291. OLE color: 4698291.

HSL color Cylindrical-coordinate representation of color #B3B047: hue angle of 58.33º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B3B047 is Cyan = 0, Magento = 0.02, Yellow = 0.60 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 176 71 -
CMYK 0 0.02 0.60 0.30
HSL 58.33º 0.43% 0.49% -
HSV(B) 58.33º 0.6% 0.7% -
XYZ 35.25 41.09 12.03 -
YUV 164.93 74.99 138.04 -
System Red Green Blue C M Y K H S L
Decimal 179 176 71 0 0.02 0.60 0.30 58.33 0.43 0.49
Hex B3 B0 47 0 2 3C 1E 3A 2B 31
Octal 263 260 107 0 2 74 36 72 53 61
Binary 10110011 10110000 1000111 0 10 111100 11110 111010 101011 110001

Color Harmonies of #B3B047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3B047

Black with #B3B047

Text Example


Text Example

White with #B3B047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3B047; }

 p { color: rgb(179,176,71); }

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

background-color css

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

 a { background-color: rgb(179,176,71); }

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

border-color css

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

 span { border-color: rgb(179,176,71); }

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