Html Css Color HEX #BBA333 Brass

📋 copy color: '#BBA333'

red 187 ◦ green 163 ◦ blue 51

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

Shades of Brass #BBA333

Tints of Brass #BBA333

RGB

 RED value IS 187 (73.44% from 255) = 46.63%

 GREEN value IS 163 (64.06% from 255) = 40.65%

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

R = 46.63%
G = 40.65%
B = 12.72%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#BBA333 (or 0xBBA333) is known color: Brass. HEX triplet: BB, A3 and 33. RGB value is (187,163,51). Sum of RGB (Red+Green+Blue) = 187+163+51=401 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.63% from 401); Green value is 163 (64.06% from 255 or 40.65% from 401); Blue value is 51 (20.31% from 255 or 12.72% from 401); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA333 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA333 is #445CCC. Grayscale: #9D9D9D. Windows color (decimal): -4480205 or 3384251. OLE color: 3384251.

HSL color Cylindrical-coordinate representation of color #BBA333: hue angle of 49.41º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BBA333 is Cyan = 0, Magento = 0.13, Yellow = 0.73 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 163 51 -
CMYK 0 0.13 0.73 0.27
HSL 49.41º 0.57% 0.47% -
HSV(B) 49.41º 0.73% 0.73% -
XYZ 34.19 37 8.47 -
YUV 157.41 67.95 149.11 -
System Red Green Blue C M Y K H S L
Decimal 187 163 51 0 0.13 0.73 0.27 49.41 0.57 0.47
Hex BB A3 33 0 D 49 1B 31 39 2F
Octal 273 243 63 0 15 111 33 61 71 57
Binary 10111011 10100011 110011 0 1101 1001001 11011 110001 111001 101111

Color Harmonies of #BBA333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA333

Black with #BBA333

Text Example


Text Example

White with #BBA333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA333; }

 p { color: rgb(187,163,51); }

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

background-color css

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

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

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

border-color css

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

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

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