Html Css Color HEX #BBA639 Brass

📋 copy color: '#BBA639'

red 187 ◦ green 166 ◦ blue 57

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

Shades of Brass #BBA639

Tints of Brass #BBA639

RGB

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

 GREEN value IS 166 (65.23% from 255) = 40.49%

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

R = 45.61%
G = 40.49%
B = 13.9%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.70

 K value IS 0.27

RGB Variations

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

Color information

#BBA639 (or 0xBBA639) is known color: Brass. HEX triplet: BB, A6 and 39. RGB value is (187,166,57). Sum of RGB (Red+Green+Blue) = 187+166+57=410 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.61% from 410); Green value is 166 (65.23% from 255 or 40.49% from 410); Blue value is 57 (22.66% from 255 or 13.90% from 410); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA639 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA639 is #4459C6. Grayscale: #A0A0A0. Windows color (decimal): -4479431 or 3778235. OLE color: 3778235.

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

Color convert

RGB 187 166 57 -
CMYK 0 0.11 0.70 0.27
HSL 50.31º 0.53% 0.48% -
HSV(B) 50.31º 0.7% 0.73% -
XYZ 34.87 38.13 9.39 -
YUV 159.85 69.96 147.36 -
System Red Green Blue C M Y K H S L
Decimal 187 166 57 0 0.11 0.70 0.27 50.31 0.53 0.48
Hex BB A6 39 0 B 46 1B 32 35 30
Octal 273 246 71 0 13 106 33 62 65 60
Binary 10111011 10100110 111001 0 1011 1000110 11011 110010 110101 110000

Color Harmonies of #BBA639

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA639

Black with #BBA639

Text Example


Text Example

White with #BBA639

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA639; }

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

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

background-color css

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

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

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

border-color css

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

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

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