Html Css Color HEX #BBA839 Brass

📋 copy color: '#BBA839'

red 187 ◦ green 168 ◦ blue 57

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

Shades of Brass #BBA839

Tints of Brass #BBA839

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 13.83%

R = 45.39%
G = 40.78%
B = 13.83%

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

#BBA839 (or 0xBBA839) is known color: Brass. HEX triplet: BB, A8 and 39. RGB value is (187,168,57). Sum of RGB (Red+Green+Blue) = 187+168+57=412 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.39% from 412); Green value is 168 (66.02% from 255 or 40.78% from 412); Blue value is 57 (22.66% from 255 or 13.83% from 412); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA839 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA839 is #4457C6. Grayscale: #A1A1A1. Windows color (decimal): -4478919 or 3778747. OLE color: 3778747.

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

Color convert

RGB 187 168 57 -
CMYK 0 0.10 0.70 0.27
HSL 51.23º 0.53% 0.48% -
HSV(B) 51.23º 0.7% 0.73% -
XYZ 35.23 38.87 9.52 -
YUV 161.03 69.29 146.53 -
System Red Green Blue C M Y K H S L
Decimal 187 168 57 0 0.10 0.70 0.27 51.23 0.53 0.48
Hex BB A8 39 0 A 46 1B 33 35 30
Octal 273 250 71 0 12 106 33 63 65 60
Binary 10111011 10101000 111001 0 1010 1000110 11011 110011 110101 110000

Color Harmonies of #BBA839

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA839

Black with #BBA839

Text Example


Text Example

White with #BBA839

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA839; }

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

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

background-color css

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

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

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

border-color css

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

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

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