Html Css Color HEX #BBA741 Brass

📋 copy color: '#BBA741'

red 187 ◦ green 167 ◦ blue 65

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

Shades of Brass #BBA741

Tints of Brass #BBA741

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 15.51%

R = 44.63%
G = 39.86%
B = 15.51%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#BBA741 (or 0xBBA741) is known color: Brass. HEX triplet: BB, A7 and 41. RGB value is (187,167,65). Sum of RGB (Red+Green+Blue) = 187+167+65=419 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.63% from 419); Green value is 167 (65.62% from 255 or 39.86% from 419); Blue value is 65 (25.78% from 255 or 15.51% from 419); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA741 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA741 is #4458BE. Grayscale: #A1A1A1. Windows color (decimal): -4479167 or 4302779. OLE color: 4302779.

HSL color Cylindrical-coordinate representation of color #BBA741: hue angle of 50.16º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BBA741 is Cyan = 0, Magento = 0.11, Yellow = 0.65 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 167 65 -
CMYK 0 0.11 0.65 0.27
HSL 50.16º 0.48% 0.49% -
HSV(B) 50.16º 0.65% 0.73% -
XYZ 35.27 38.58 10.59 -
YUV 161.35 73.63 146.29 -
System Red Green Blue C M Y K H S L
Decimal 187 167 65 0 0.11 0.65 0.27 50.16 0.48 0.49
Hex BB A7 41 0 B 41 1B 32 30 31
Octal 273 247 101 0 13 101 33 62 60 61
Binary 10111011 10100111 1000001 0 1011 1000001 11011 110010 110000 110001

Color Harmonies of #BBA741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA741

Black with #BBA741

Text Example


Text Example

White with #BBA741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA741; }

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

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

background-color css

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

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

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

border-color css

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

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

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