Html Css Color HEX #BBA941 Brass

📋 copy color: '#BBA941'

red 187 ◦ green 169 ◦ blue 65

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

Shades of Brass #BBA941

Tints of Brass #BBA941

RGB

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

 GREEN value IS 169 (66.41% from 255) = 40.14%

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

R = 44.42%
G = 40.14%
B = 15.44%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#BBA941 (or 0xBBA941) is known color: Brass. HEX triplet: BB, A9 and 41. RGB value is (187,169,65). Sum of RGB (Red+Green+Blue) = 187+169+65=421 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.42% from 421); Green value is 169 (66.41% from 255 or 40.14% from 421); Blue value is 65 (25.78% from 255 or 15.44% from 421); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA941 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA941 is #4456BE. Grayscale: #A2A2A2. Windows color (decimal): -4478655 or 4303291. OLE color: 4303291.

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

Color convert

RGB 187 169 65 -
CMYK 0 0.10 0.65 0.27
HSL 51.15º 0.48% 0.49% -
HSV(B) 51.15º 0.65% 0.73% -
XYZ 35.64 39.32 10.71 -
YUV 162.53 72.96 145.46 -
System Red Green Blue C M Y K H S L
Decimal 187 169 65 0 0.10 0.65 0.27 51.15 0.48 0.49
Hex BB A9 41 0 A 41 1B 33 30 31
Octal 273 251 101 0 12 101 33 63 60 61
Binary 10111011 10101001 1000001 0 1010 1000001 11011 110011 110000 110001

Color Harmonies of #BBA941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA941

Black with #BBA941

Text Example


Text Example

White with #BBA941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA941; }

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

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

background-color css

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

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

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

border-color css

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

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

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