Html Css Color HEX #BBA838 Brass

📋 copy color: '#BBA838'

red 187 ◦ green 168 ◦ blue 56

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

Shades of Brass #BBA838

Tints of Brass #BBA838

RGB

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

 GREEN value IS 168 (66.02% from 255) = 40.88%

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

R = 45.5%
G = 40.88%
B = 13.63%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.70

 K value IS 0.27

RGB Variations

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

Color information

#BBA838 (or 0xBBA838) is known color: Brass. HEX triplet: BB, A8 and 38. RGB value is (187,168,56). Sum of RGB (Red+Green+Blue) = 187+168+56=411 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.50% from 411); Green value is 168 (66.02% from 255 or 40.88% from 411); Blue value is 56 (22.27% from 255 or 13.63% from 411); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA838 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA838 is #4457C7. Grayscale: #A1A1A1. Windows color (decimal): -4478920 or 3713211. OLE color: 3713211.

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

Color convert

RGB 187 168 56 -
CMYK 0 0.10 0.70 0.27
HSL 51.3º 0.54% 0.48% -
HSV(B) 51.3º 0.7% 0.73% -
XYZ 35.21 38.86 9.39 -
YUV 160.91 68.79 146.61 -
System Red Green Blue C M Y K H S L
Decimal 187 168 56 0 0.10 0.70 0.27 51.3 0.54 0.48
Hex BB A8 38 0 A 46 1B 33 36 30
Octal 273 250 70 0 12 106 33 63 66 60
Binary 10111011 10101000 111000 0 1010 1000110 11011 110011 110110 110000

Color Harmonies of #BBA838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA838

Black with #BBA838

Text Example


Text Example

White with #BBA838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA838; }

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

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

background-color css

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

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

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

border-color css

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

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

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