Html Css Color HEX #BBA338 Brass

📋 copy color: '#BBA338'

red 187 ◦ green 163 ◦ blue 56

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

Shades of Brass #BBA338

Tints of Brass #BBA338

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 13.79%

R = 46.06%
G = 40.15%
B = 13.79%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.70

 K value IS 0.27

RGB Variations

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

Color information

#BBA338 (or 0xBBA338) is known color: Brass. HEX triplet: BB, A3 and 38. RGB value is (187,163,56). Sum of RGB (Red+Green+Blue) = 187+163+56=406 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.06% from 406); Green value is 163 (64.06% from 255 or 40.15% from 406); Blue value is 56 (22.27% from 255 or 13.79% from 406); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA338 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA338 is #445CC7. Grayscale: #9E9E9E. Windows color (decimal): -4480200 or 3711931. OLE color: 3711931.

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

Color convert

RGB 187 163 56 -
CMYK 0 0.13 0.70 0.27
HSL 49.01º 0.54% 0.48% -
HSV(B) 49.01º 0.7% 0.73% -
XYZ 34.3 37.04 9.08 -
YUV 157.98 70.45 148.7 -
System Red Green Blue C M Y K H S L
Decimal 187 163 56 0 0.13 0.70 0.27 49.01 0.54 0.48
Hex BB A3 38 0 D 46 1B 31 36 30
Octal 273 243 70 0 15 106 33 61 66 60
Binary 10111011 10100011 111000 0 1101 1000110 11011 110001 110110 110000

Color Harmonies of #BBA338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA338

Black with #BBA338

Text Example


Text Example

White with #BBA338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA338; }

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

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

background-color css

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

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

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

border-color css

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

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

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