Html Css Color HEX #BBA940 Brass

📋 copy color: '#BBA940'

red 187 ◦ green 169 ◦ blue 64

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

Shades of Brass #BBA940

Tints of Brass #BBA940

RGB

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

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

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

R = 44.52%
G = 40.24%
B = 15.24%

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

#BBA940 (or 0xBBA940) is known color: Brass. HEX triplet: BB, A9 and 40. RGB value is (187,169,64). Sum of RGB (Red+Green+Blue) = 187+169+64=420 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.52% from 420); Green value is 169 (66.41% from 255 or 40.24% from 420); Blue value is 64 (25.39% from 255 or 15.24% from 420); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA940 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA940 is #4456BF. Grayscale: #A2A2A2. Windows color (decimal): -4478656 or 4237755. OLE color: 4237755.

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

Color convert

RGB 187 169 64 -
CMYK 0 0.10 0.66 0.27
HSL 51.22º 0.49% 0.49% -
HSV(B) 51.22º 0.66% 0.73% -
XYZ 35.61 39.31 10.56 -
YUV 162.41 72.46 145.54 -
System Red Green Blue C M Y K H S L
Decimal 187 169 64 0 0.10 0.66 0.27 51.22 0.49 0.49
Hex BB A9 40 0 A 42 1B 33 31 31
Octal 273 251 100 0 12 102 33 63 61 61
Binary 10111011 10101001 1000000 0 1010 1000010 11011 110011 110001 110001

Color Harmonies of #BBA940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA940

Black with #BBA940

Text Example


Text Example

White with #BBA940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA940; }

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

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

background-color css

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

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

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

border-color css

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

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

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