Html Css Color HEX #B3B044 Brass

📋 copy color: '#B3B044'

red 179 ◦ green 176 ◦ blue 68

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

Shades of Brass #B3B044

Tints of Brass #B3B044

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 16.08%

R = 42.32%
G = 41.61%
B = 16.08%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.62

 K value IS 0.30

RGB Variations

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

Color information

#B3B044 (or 0xB3B044) is known color: Brass. HEX triplet: B3, B0 and 44. RGB value is (179,176,68). Sum of RGB (Red+Green+Blue) = 179+176+68=423 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.32% from 423); Green value is 176 (69.14% from 255 or 41.61% from 423); Blue value is 68 (26.95% from 255 or 16.08% from 423); Max value from RGB is 179 - color contains mainly: red. Hex color #B3B044 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3B044 is #4C4FBB. Grayscale: #A5A5A5. Windows color (decimal): -5001148 or 4501683. OLE color: 4501683.

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

Color convert

RGB 179 176 68 -
CMYK 0 0.02 0.62 0.30
HSL 58.38º 0.45% 0.48% -
HSV(B) 58.38º 0.62% 0.7% -
XYZ 35.16 41.05 11.54 -
YUV 164.59 73.49 138.28 -
System Red Green Blue C M Y K H S L
Decimal 179 176 68 0 0.02 0.62 0.30 58.38 0.45 0.48
Hex B3 B0 44 0 2 3E 1E 3A 2D 30
Octal 263 260 104 0 2 76 36 72 55 60
Binary 10110011 10110000 1000100 0 10 111110 11110 111010 101101 110000

Color Harmonies of #B3B044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3B044

Black with #B3B044

Text Example


Text Example

White with #B3B044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3B044; }

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

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

background-color css

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

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

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

border-color css

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

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

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