Html Css Color HEX #B3B333 Brass

📋 copy color: '#B3B333'

red 179 ◦ green 179 ◦ blue 51

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

Shades of Brass #B3B333

Tints of Brass #B3B333

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 12.47%

R = 43.77%
G = 43.77%
B = 12.47%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.72

 K value IS 0.30

RGB Variations

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

Color information

#B3B333 (or 0xB3B333) is known color: Brass. HEX triplet: B3, B3 and 33. RGB value is (179,179,51). Sum of RGB (Red+Green+Blue) = 179+179+51=409 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.77% from 409); Green value is 179 (70.31% from 255 or 43.77% from 409); Blue value is 51 (20.31% from 255 or 12.47% from 409); Max value from RGB is 179 - color contains mainly: red, green. Hex color #B3B333 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B3B333 is #4C4CCC. Grayscale: #A4A4A4. Windows color (decimal): -5000397 or 3388339. OLE color: 3388339.

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

Color convert

RGB 179 179 51 -
CMYK 0 0 0.72 0.30
HSL 60º 0.56% 0.45% -
HSV(B) 60º 0.72% 0.7% -
XYZ 35.31 42.06 9.39 -
YUV 164.41 64 138.41 -
System Red Green Blue C M Y K H S L
Decimal 179 179 51 0 0 0.72 0.30 60 0.56 0.45
Hex B3 B3 33 0 0 48 1E 3C 38 2D
Octal 263 263 63 0 0 110 36 74 70 55
Binary 10110011 10110011 110011 0 0 1001000 11110 111100 111000 101101

Color Harmonies of #B3B333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3B333

Black with #B3B333

Text Example


Text Example

White with #B3B333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3B333; }

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

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

background-color css

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

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

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

border-color css

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

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

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