Html Css Color HEX #BBA535 Brass

📋 copy color: '#BBA535'

red 187 ◦ green 165 ◦ blue 53

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

Shades of Brass #BBA535

Tints of Brass #BBA535

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 13.09%

R = 46.17%
G = 40.74%
B = 13.09%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#BBA535 (or 0xBBA535) is known color: Brass. HEX triplet: BB, A5 and 35. RGB value is (187,165,53). Sum of RGB (Red+Green+Blue) = 187+165+53=405 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.17% from 405); Green value is 165 (64.84% from 255 or 40.74% from 405); Blue value is 53 (21.09% from 255 or 13.09% from 405); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA535 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA535 is #445ACA. Grayscale: #9F9F9F. Windows color (decimal): -4479691 or 3515835. OLE color: 3515835.

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

Color convert

RGB 187 165 53 -
CMYK 0 0.12 0.72 0.27
HSL 50.15º 0.56% 0.47% -
HSV(B) 50.15º 0.72% 0.73% -
XYZ 34.59 37.73 8.83 -
YUV 158.81 68.29 148.11 -
System Red Green Blue C M Y K H S L
Decimal 187 165 53 0 0.12 0.72 0.27 50.15 0.56 0.47
Hex BB A5 35 0 C 48 1B 32 38 2F
Octal 273 245 65 0 14 110 33 62 70 57
Binary 10111011 10100101 110101 0 1100 1001000 11011 110010 111000 101111

Color Harmonies of #BBA535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA535

Black with #BBA535

Text Example


Text Example

White with #BBA535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA535; }

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

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

background-color css

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

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

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

border-color css

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

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

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