Html Css Color HEX #BBA339 Brass

📋 copy color: '#BBA339'

red 187 ◦ green 163 ◦ blue 57

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

Shades of Brass #BBA339

Tints of Brass #BBA339

RGB

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

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

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

R = 45.95%
G = 40.05%
B = 14%

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

#BBA339 (or 0xBBA339) is known color: Brass. HEX triplet: BB, A3 and 39. RGB value is (187,163,57). Sum of RGB (Red+Green+Blue) = 187+163+57=407 (53% of max value = 765). Red value is 187 (73.44% from 255 or 45.95% from 407); Green value is 163 (64.06% from 255 or 40.05% from 407); Blue value is 57 (22.66% from 255 or 14.00% from 407); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA339 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA339 is #445CC6. Grayscale: #9E9E9E. Windows color (decimal): -4480199 or 3777467. OLE color: 3777467.

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

Color convert

RGB 187 163 57 -
CMYK 0 0.13 0.70 0.27
HSL 48.92º 0.53% 0.48% -
HSV(B) 48.92º 0.7% 0.73% -
XYZ 34.33 37.05 9.21 -
YUV 158.09 70.95 148.62 -
System Red Green Blue C M Y K H S L
Decimal 187 163 57 0 0.13 0.70 0.27 48.92 0.53 0.48
Hex BB A3 39 0 D 46 1B 31 35 30
Octal 273 243 71 0 15 106 33 61 65 60
Binary 10111011 10100011 111001 0 1101 1000110 11011 110001 110101 110000

Color Harmonies of #BBA339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA339

Black with #BBA339

Text Example


Text Example

White with #BBA339

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA339; }

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

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

background-color css

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

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

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

border-color css

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

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

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