Html Css Color HEX #BBA540 Brass

📋 copy color: '#BBA540'

red 187 ◦ green 165 ◦ blue 64

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

Shades of Brass #BBA540

Tints of Brass #BBA540

RGB

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

 GREEN value IS 165 (64.84% from 255) = 39.66%

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

R = 44.95%
G = 39.66%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#BBA540 (or 0xBBA540) is known color: Brass. HEX triplet: BB, A5 and 40. RGB value is (187,165,64). Sum of RGB (Red+Green+Blue) = 187+165+64=416 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.95% from 416); Green value is 165 (64.84% from 255 or 39.66% from 416); Blue value is 64 (25.39% from 255 or 15.38% from 416); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA540 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA540 is #445ABF. Grayscale: #A0A0A0. Windows color (decimal): -4479680 or 4236731. OLE color: 4236731.

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

Color convert

RGB 187 165 64 -
CMYK 0 0.12 0.66 0.27
HSL 49.27º 0.49% 0.49% -
HSV(B) 49.27º 0.66% 0.73% -
XYZ 34.87 37.85 10.32 -
YUV 160.06 73.79 147.21 -
System Red Green Blue C M Y K H S L
Decimal 187 165 64 0 0.12 0.66 0.27 49.27 0.49 0.49
Hex BB A5 40 0 C 42 1B 31 31 31
Octal 273 245 100 0 14 102 33 61 61 61
Binary 10111011 10100101 1000000 0 1100 1000010 11011 110001 110001 110001

Color Harmonies of #BBA540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA540

Black with #BBA540

Text Example


Text Example

White with #BBA540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA540; }

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

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

background-color css

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

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

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

border-color css

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

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

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