Html Css Color HEX #BBAD33 Brass

📋 copy color: '#BBAD33'

red 187 ◦ green 173 ◦ blue 51

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

Shades of Brass #BBAD33

Tints of Brass #BBAD33

RGB

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

 GREEN value IS 173 (67.97% from 255) = 42.09%

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

R = 45.5%
G = 42.09%
B = 12.41%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#BBAD33 (or 0xBBAD33) is known color: Brass. HEX triplet: BB, AD and 33. RGB value is (187,173,51). Sum of RGB (Red+Green+Blue) = 187+173+51=411 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.50% from 411); Green value is 173 (67.97% from 255 or 42.09% from 411); Blue value is 51 (20.31% from 255 or 12.41% from 411); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAD33 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBAD33 is #4452CC. Grayscale: #A3A3A3. Windows color (decimal): -4477645 or 3386811. OLE color: 3386811.

HSL color Cylindrical-coordinate representation of color #BBAD33: hue angle of 53.82º 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 #BBAD33 is Cyan = 0, Magento = 0.07, Yellow = 0.73 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 173 51 -
CMYK 0 0.07 0.73 0.27
HSL 53.82º 0.57% 0.47% -
HSV(B) 53.82º 0.73% 0.73% -
XYZ 36.03 40.69 9.09 -
YUV 163.28 64.64 144.92 -
System Red Green Blue C M Y K H S L
Decimal 187 173 51 0 0.07 0.73 0.27 53.82 0.57 0.47
Hex BB AD 33 0 7 49 1B 36 39 2F
Octal 273 255 63 0 7 111 33 66 71 57
Binary 10111011 10101101 110011 0 111 1001001 11011 110110 111001 101111

Color Harmonies of #BBAD33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAD33

Black with #BBAD33

Text Example


Text Example

White with #BBAD33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAD33; }

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

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

background-color css

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

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

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

border-color css

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

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

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