Html Css Color HEX #BBA346 Brass

📋 copy color: '#BBA346'

red 187 ◦ green 163 ◦ blue 70

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

Shades of Brass #BBA346

Tints of Brass #BBA346

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 16.67%

R = 44.52%
G = 38.81%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.63

 K value IS 0.27

RGB Variations

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

Color information

#BBA346 (or 0xBBA346) is known color: Brass. HEX triplet: BB, A3 and 46. RGB value is (187,163,70). Sum of RGB (Red+Green+Blue) = 187+163+70=420 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.52% from 420); Green value is 163 (64.06% from 255 or 38.81% from 420); Blue value is 70 (27.73% from 255 or 16.67% from 420); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA346 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA346 is #445CB9. Grayscale: #9F9F9F. Windows color (decimal): -4480186 or 4629435. OLE color: 4629435.

HSL color Cylindrical-coordinate representation of color #BBA346: hue angle of 47.69º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BBA346 is Cyan = 0, Magento = 0.13, Yellow = 0.63 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 163 70 -
CMYK 0 0.13 0.63 0.27
HSL 47.69º 0.46% 0.5% -
HSV(B) 47.69º 0.63% 0.73% -
XYZ 34.7 37.2 11.15 -
YUV 159.57 77.45 147.56 -
System Red Green Blue C M Y K H S L
Decimal 187 163 70 0 0.13 0.63 0.27 47.69 0.46 0.5
Hex BB A3 46 0 D 3F 1B 30 2E 32
Octal 273 243 106 0 15 77 33 60 56 62
Binary 10111011 10100011 1000110 0 1101 111111 11011 110000 101110 110010

Color Harmonies of #BBA346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA346

Black with #BBA346

Text Example


Text Example

White with #BBA346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA346; }

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

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

background-color css

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

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

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

border-color css

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

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

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