Html Css Color HEX #BBA038 Brass

📋 copy color: '#BBA038'

red 187 ◦ green 160 ◦ blue 56

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

Shades of Brass #BBA038

Tints of Brass #BBA038

RGB

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

 GREEN value IS 160 (62.89% from 255) = 39.7%

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

R = 46.4%
G = 39.7%
B = 13.9%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.70

 K value IS 0.27

RGB Variations

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

Color information

#BBA038 (or 0xBBA038) is known color: Brass. HEX triplet: BB, A0 and 38. RGB value is (187,160,56). Sum of RGB (Red+Green+Blue) = 187+160+56=403 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.40% from 403); Green value is 160 (62.89% from 255 or 39.70% from 403); Blue value is 56 (22.27% from 255 or 13.90% from 403); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA038 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA038 is #445FC7. Grayscale: #9C9C9C. Windows color (decimal): -4480968 or 3711163. OLE color: 3711163.

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

Color convert

RGB 187 160 56 -
CMYK 0 0.14 0.70 0.27
HSL 47.63º 0.54% 0.48% -
HSV(B) 47.63º 0.7% 0.73% -
XYZ 33.78 35.99 8.91 -
YUV 156.22 71.45 149.96 -
System Red Green Blue C M Y K H S L
Decimal 187 160 56 0 0.14 0.70 0.27 47.63 0.54 0.48
Hex BB A0 38 0 E 46 1B 30 36 30
Octal 273 240 70 0 16 106 33 60 66 60
Binary 10111011 10100000 111000 0 1110 1000110 11011 110000 110110 110000

Color Harmonies of #BBA038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA038

Black with #BBA038

Text Example


Text Example

White with #BBA038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA038; }

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

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

background-color css

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

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

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

border-color css

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

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

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