Html Css Color HEX #BBA340 Brass

📋 copy color: '#BBA340'

red 187 ◦ green 163 ◦ blue 64

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

Shades of Brass #BBA340

Tints of Brass #BBA340

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 15.46%

R = 45.17%
G = 39.37%
B = 15.46%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#BBA340 (or 0xBBA340) is known color: Brass. HEX triplet: BB, A3 and 40. RGB value is (187,163,64). Sum of RGB (Red+Green+Blue) = 187+163+64=414 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.17% from 414); Green value is 163 (64.06% from 255 or 39.37% from 414); Blue value is 64 (25.39% from 255 or 15.46% from 414); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA340 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA340 is #445CBF. Grayscale: #9F9F9F. Windows color (decimal): -4480192 or 4236219. OLE color: 4236219.

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

Color convert

RGB 187 163 64 -
CMYK 0 0.13 0.66 0.27
HSL 48.29º 0.49% 0.49% -
HSV(B) 48.29º 0.66% 0.73% -
XYZ 34.52 37.13 10.2 -
YUV 158.89 74.45 148.05 -
System Red Green Blue C M Y K H S L
Decimal 187 163 64 0 0.13 0.66 0.27 48.29 0.49 0.49
Hex BB A3 40 0 D 42 1B 30 31 31
Octal 273 243 100 0 15 102 33 60 61 61
Binary 10111011 10100011 1000000 0 1101 1000010 11011 110000 110001 110001

Color Harmonies of #BBA340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA340

Black with #BBA340

Text Example


Text Example

White with #BBA340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA340; }

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

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

background-color css

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

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

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

border-color css

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

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

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