Html Css Color HEX #B3B33C Brass

📋 copy color: '#B3B33C'

red 179 ◦ green 179 ◦ blue 60

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

Shades of Brass #B3B33C

Tints of Brass #B3B33C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 14.35%

R = 42.82%
G = 42.82%
B = 14.35%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.66

 K value IS 0.30

RGB Variations

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

Color information

#B3B33C (or 0xB3B33C) is known color: Brass. HEX triplet: B3, B3 and 3C. RGB value is (179,179,60). Sum of RGB (Red+Green+Blue) = 179+179+60=418 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.82% from 418); Green value is 179 (70.31% from 255 or 42.82% from 418); Blue value is 60 (23.83% from 255 or 14.35% from 418); Max value from RGB is 179 - color contains mainly: red, green. Hex color #B3B33C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B3B33C is #4C4CC3. Grayscale: #A5A5A5. Windows color (decimal): -5000388 or 3978163. OLE color: 3978163.

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

Color convert

RGB 179 179 60 -
CMYK 0 0 0.66 0.30
HSL 60º 0.5% 0.47% -
HSV(B) 60º 0.66% 0.7% -
XYZ 35.53 42.15 10.54 -
YUV 165.43 68.5 137.68 -
System Red Green Blue C M Y K H S L
Decimal 179 179 60 0 0 0.66 0.30 60 0.5 0.47
Hex B3 B3 3C 0 0 42 1E 3C 32 2F
Octal 263 263 74 0 0 102 36 74 62 57
Binary 10110011 10110011 111100 0 0 1000010 11110 111100 110010 101111

Color Harmonies of #B3B33C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3B33C

Black with #B3B33C

Text Example


Text Example

White with #B3B33C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3B33C; }

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

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

background-color css

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

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

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

border-color css

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

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

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