Html Css Color HEX #BBA633 Brass

📋 copy color: '#BBA633'

red 187 ◦ green 166 ◦ blue 51

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

Shades of Brass #BBA633

Tints of Brass #BBA633

RGB

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

 GREEN value IS 166 (65.23% from 255) = 41.09%

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

R = 46.29%
G = 41.09%
B = 12.62%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#BBA633 (or 0xBBA633) is known color: Brass. HEX triplet: BB, A6 and 33. RGB value is (187,166,51). Sum of RGB (Red+Green+Blue) = 187+166+51=404 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.29% from 404); Green value is 166 (65.23% from 255 or 41.09% from 404); Blue value is 51 (20.31% from 255 or 12.62% from 404); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA633 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA633 is #4459CC. Grayscale: #9F9F9F. Windows color (decimal): -4479437 or 3385019. OLE color: 3385019.

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

Color convert

RGB 187 166 51 -
CMYK 0 0.11 0.73 0.27
HSL 50.74º 0.57% 0.47% -
HSV(B) 50.74º 0.73% 0.73% -
XYZ 34.73 38.08 8.65 -
YUV 159.17 66.96 147.85 -
System Red Green Blue C M Y K H S L
Decimal 187 166 51 0 0.11 0.73 0.27 50.74 0.57 0.47
Hex BB A6 33 0 B 49 1B 33 39 2F
Octal 273 246 63 0 13 111 33 63 71 57
Binary 10111011 10100110 110011 0 1011 1001001 11011 110011 111001 101111

Color Harmonies of #BBA633

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA633

Black with #BBA633

Text Example


Text Example

White with #BBA633

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA633; }

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

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

background-color css

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

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

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

border-color css

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

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

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