Html Css Color HEX #BBA739 Brass

📋 copy color: '#BBA739'

red 187 ◦ green 167 ◦ blue 57

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

Shades of Brass #BBA739

Tints of Brass #BBA739

RGB

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

 GREEN value IS 167 (65.63% from 255) = 40.63%

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

R = 45.5%
G = 40.63%
B = 13.87%

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

#BBA739 (or 0xBBA739) is known color: Brass. HEX triplet: BB, A7 and 39. RGB value is (187,167,57). Sum of RGB (Red+Green+Blue) = 187+167+57=411 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.50% from 411); Green value is 167 (65.62% from 255 or 40.63% from 411); Blue value is 57 (22.66% from 255 or 13.87% from 411); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA739 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA739 is #4458C6. Grayscale: #A0A0A0. Windows color (decimal): -4479175 or 3778491. OLE color: 3778491.

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

Color convert

RGB 187 167 57 -
CMYK 0 0.11 0.70 0.27
HSL 50.77º 0.53% 0.48% -
HSV(B) 50.77º 0.7% 0.73% -
XYZ 35.05 38.5 9.45 -
YUV 160.44 69.63 146.94 -
System Red Green Blue C M Y K H S L
Decimal 187 167 57 0 0.11 0.70 0.27 50.77 0.53 0.48
Hex BB A7 39 0 B 46 1B 33 35 30
Octal 273 247 71 0 13 106 33 63 65 60
Binary 10111011 10100111 111001 0 1011 1000110 11011 110011 110101 110000

Color Harmonies of #BBA739

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA739

Black with #BBA739

Text Example


Text Example

White with #BBA739

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA739; }

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

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

background-color css

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

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

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

border-color css

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

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

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