Html Css Color HEX #BBA541 Brass

📋 copy color: '#BBA541'

red 187 ◦ green 165 ◦ blue 65

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

Shades of Brass #BBA541

Tints of Brass #BBA541

RGB

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

 GREEN value IS 165 (64.84% from 255) = 39.57%

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

R = 44.84%
G = 39.57%
B = 15.59%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#BBA541 (or 0xBBA541) is known color: Brass. HEX triplet: BB, A5 and 41. RGB value is (187,165,65). Sum of RGB (Red+Green+Blue) = 187+165+65=417 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.84% from 417); Green value is 165 (64.84% from 255 or 39.57% from 417); Blue value is 65 (25.78% from 255 or 15.59% from 417); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA541 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA541 is #445ABE. Grayscale: #A0A0A0. Windows color (decimal): -4479679 or 4302267. OLE color: 4302267.

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

Color convert

RGB 187 165 65 -
CMYK 0 0.12 0.65 0.27
HSL 49.18º 0.48% 0.49% -
HSV(B) 49.18º 0.65% 0.73% -
XYZ 34.9 37.86 10.47 -
YUV 160.18 74.29 147.13 -
System Red Green Blue C M Y K H S L
Decimal 187 165 65 0 0.12 0.65 0.27 49.18 0.48 0.49
Hex BB A5 41 0 C 41 1B 31 30 31
Octal 273 245 101 0 14 101 33 61 60 61
Binary 10111011 10100101 1000001 0 1100 1000001 11011 110001 110000 110001

Color Harmonies of #BBA541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA541

Black with #BBA541

Text Example


Text Example

White with #BBA541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA541; }

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

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

background-color css

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

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

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

border-color css

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

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

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