Html Css Color HEX #BBA341 Brass

📋 copy color: '#BBA341'

red 187 ◦ green 163 ◦ blue 65

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

Shades of Brass #BBA341

Tints of Brass #BBA341

RGB

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

 GREEN value IS 163 (64.06% from 255) = 39.28%

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

R = 45.06%
G = 39.28%
B = 15.66%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#BBA341 (or 0xBBA341) is known color: Brass. HEX triplet: BB, A3 and 41. RGB value is (187,163,65). Sum of RGB (Red+Green+Blue) = 187+163+65=415 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.06% from 415); Green value is 163 (64.06% from 255 or 39.28% from 415); Blue value is 65 (25.78% from 255 or 15.66% from 415); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA341 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA341 is #445CBE. Grayscale: #9F9F9F. Windows color (decimal): -4480191 or 4301755. OLE color: 4301755.

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

Color convert

RGB 187 163 65 -
CMYK 0 0.13 0.65 0.27
HSL 48.2º 0.48% 0.49% -
HSV(B) 48.2º 0.65% 0.73% -
XYZ 34.54 37.14 10.35 -
YUV 159 74.95 147.97 -
System Red Green Blue C M Y K H S L
Decimal 187 163 65 0 0.13 0.65 0.27 48.2 0.48 0.49
Hex BB A3 41 0 D 41 1B 30 30 31
Octal 273 243 101 0 15 101 33 60 60 61
Binary 10111011 10100011 1000001 0 1101 1000001 11011 110000 110000 110001

Color Harmonies of #BBA341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA341

Black with #BBA341

Text Example


Text Example

White with #BBA341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA341; }

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

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

background-color css

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

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

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

border-color css

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

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

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