Html Css Color HEX #B3B343 Brass

📋 copy color: '#B3B343'

red 179 ◦ green 179 ◦ blue 67

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

Shades of Brass #B3B343

Tints of Brass #B3B343

RGB

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

 GREEN value IS 179 (70.31% from 255) = 42.12%

 BLUE value IS 67 (26.56% from 255) = 15.76%

R = 42.12%
G = 42.12%
B = 15.76%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.63

 K value IS 0.30

RGB Variations

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

Color information

#B3B343 (or 0xB3B343) is known color: Brass. HEX triplet: B3, B3 and 43. RGB value is (179,179,67). Sum of RGB (Red+Green+Blue) = 179+179+67=425 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.12% from 425); Green value is 179 (70.31% from 255 or 42.12% from 425); Blue value is 67 (26.56% from 255 or 15.76% from 425); Max value from RGB is 179 - color contains mainly: red, green. Hex color #B3B343 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B3B343 is #4C4CBC. Grayscale: #A6A6A6. Windows color (decimal): -5000381 or 4436915. OLE color: 4436915.

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

Color convert

RGB 179 179 67 -
CMYK 0 0 0.63 0.30
HSL 60º 0.46% 0.48% -
HSV(B) 60º 0.63% 0.7% -
XYZ 35.72 42.23 11.58 -
YUV 166.23 72 137.11 -
System Red Green Blue C M Y K H S L
Decimal 179 179 67 0 0 0.63 0.30 60 0.46 0.48
Hex B3 B3 43 0 0 3F 1E 3C 2E 30
Octal 263 263 103 0 0 77 36 74 56 60
Binary 10110011 10110011 1000011 0 0 111111 11110 111100 101110 110000

Color Harmonies of #B3B343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3B343

Black with #B3B343

Text Example


Text Example

White with #B3B343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3B343; }

 p { color: rgb(179,179,67); }

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

background-color css

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

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

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

border-color css

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

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

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