Html Css Color HEX #BBA840 Brass

📋 copy color: '#BBA840'

red 187 ◦ green 168 ◦ blue 64

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

Shades of Brass #BBA840

Tints of Brass #BBA840

RGB

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

 GREEN value IS 168 (66.02% from 255) = 40.1%

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

R = 44.63%
G = 40.1%
B = 15.27%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#BBA840 (or 0xBBA840) is known color: Brass. HEX triplet: BB, A8 and 40. RGB value is (187,168,64). Sum of RGB (Red+Green+Blue) = 187+168+64=419 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.63% from 419); Green value is 168 (66.02% from 255 or 40.10% from 419); Blue value is 64 (25.39% from 255 or 15.27% from 419); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA840 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA840 is #4457BF. Grayscale: #A2A2A2. Windows color (decimal): -4478912 or 4237499. OLE color: 4237499.

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

Color convert

RGB 187 168 64 -
CMYK 0 0.10 0.66 0.27
HSL 50.73º 0.49% 0.49% -
HSV(B) 50.73º 0.66% 0.73% -
XYZ 35.42 38.94 10.5 -
YUV 161.83 72.79 145.96 -
System Red Green Blue C M Y K H S L
Decimal 187 168 64 0 0.10 0.66 0.27 50.73 0.49 0.49
Hex BB A8 40 0 A 42 1B 33 31 31
Octal 273 250 100 0 12 102 33 63 61 61
Binary 10111011 10101000 1000000 0 1010 1000010 11011 110011 110001 110001

Color Harmonies of #BBA840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA840

Black with #BBA840

Text Example


Text Example

White with #BBA840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA840; }

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

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

background-color css

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

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

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

border-color css

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

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

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