Html Css Color HEX #BBB133 Brass

📋 copy color: '#BBB133'

red 187 ◦ green 177 ◦ blue 51

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

Shades of Brass #BBB133

Tints of Brass #BBB133

RGB

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

 GREEN value IS 177 (69.53% from 255) = 42.65%

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

R = 45.06%
G = 42.65%
B = 12.29%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#BBB133 (or 0xBBB133) is known color: Brass. HEX triplet: BB, B1 and 33. RGB value is (187,177,51). Sum of RGB (Red+Green+Blue) = 187+177+51=415 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.06% from 415); Green value is 177 (69.53% from 255 or 42.65% from 415); Blue value is 51 (20.31% from 255 or 12.29% from 415); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB133 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBB133 is #444ECC. Grayscale: #A6A6A6. Windows color (decimal): -4476621 or 3387835. OLE color: 3387835.

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

Color convert

RGB 187 177 51 -
CMYK 0 0.05 0.73 0.27
HSL 55.59º 0.57% 0.47% -
HSV(B) 55.59º 0.73% 0.73% -
XYZ 36.81 42.25 9.35 -
YUV 165.63 63.31 143.25 -
System Red Green Blue C M Y K H S L
Decimal 187 177 51 0 0.05 0.73 0.27 55.59 0.57 0.47
Hex BB B1 33 0 5 49 1B 38 39 2F
Octal 273 261 63 0 5 111 33 70 71 57
Binary 10111011 10110001 110011 0 101 1001001 11011 111000 111001 101111

Color Harmonies of #BBB133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB133

Black with #BBB133

Text Example


Text Example

White with #BBB133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB133; }

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

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

background-color css

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

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

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

border-color css

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

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

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