Html Css Color HEX #BBA53A Brass

📋 copy color: '#BBA53A'

red 187 ◦ green 165 ◦ blue 58

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

Shades of Brass #BBA53A

Tints of Brass #BBA53A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 14.15%

R = 45.61%
G = 40.24%
B = 14.15%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.69

 K value IS 0.27

RGB Variations

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

Color information

#BBA53A (or 0xBBA53A) is known color: Brass. HEX triplet: BB, A5 and 3A. RGB value is (187,165,58). Sum of RGB (Red+Green+Blue) = 187+165+58=410 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.61% from 410); Green value is 165 (64.84% from 255 or 40.24% from 410); Blue value is 58 (23.05% from 255 or 14.15% from 410); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA53A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA53A is #445AC5. Grayscale: #9F9F9F. Windows color (decimal): -4479686 or 3843515. OLE color: 3843515.

HSL color Cylindrical-coordinate representation of color #BBA53A: hue angle of 49.77º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BBA53A is Cyan = 0, Magento = 0.12, Yellow = 0.69 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 165 58 -
CMYK 0 0.12 0.69 0.27
HSL 49.77º 0.53% 0.48% -
HSV(B) 49.77º 0.69% 0.73% -
XYZ 34.71 37.78 9.47 -
YUV 159.38 70.79 147.7 -
System Red Green Blue C M Y K H S L
Decimal 187 165 58 0 0.12 0.69 0.27 49.77 0.53 0.48
Hex BB A5 3A 0 C 45 1B 32 35 30
Octal 273 245 72 0 14 105 33 62 65 60
Binary 10111011 10100101 111010 0 1100 1000101 11011 110010 110101 110000

Color Harmonies of #BBA53A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA53A

Black with #BBA53A

Text Example


Text Example

White with #BBA53A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA53A; }

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

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

background-color css

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

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

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

border-color css

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

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

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