Html Css Color HEX #BBA135 Brass

📋 copy color: '#BBA135'

red 187 ◦ green 161 ◦ blue 53

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

Shades of Brass #BBA135

Tints of Brass #BBA135

RGB

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

 GREEN value IS 161 (63.28% from 255) = 40.15%

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

R = 46.63%
G = 40.15%
B = 13.22%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#BBA135 (or 0xBBA135) is known color: Brass. HEX triplet: BB, A1 and 35. RGB value is (187,161,53). Sum of RGB (Red+Green+Blue) = 187+161+53=401 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.63% from 401); Green value is 161 (63.28% from 255 or 40.15% from 401); Blue value is 53 (21.09% from 255 or 13.22% from 401); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA135 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA135 is #445ECA. Grayscale: #9C9C9C. Windows color (decimal): -4480715 or 3514811. OLE color: 3514811.

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

Color convert

RGB 187 161 53 -
CMYK 0 0.14 0.72 0.27
HSL 48.36º 0.56% 0.47% -
HSV(B) 48.36º 0.72% 0.73% -
XYZ 33.88 36.31 8.59 -
YUV 156.46 69.61 149.78 -
System Red Green Blue C M Y K H S L
Decimal 187 161 53 0 0.14 0.72 0.27 48.36 0.56 0.47
Hex BB A1 35 0 E 48 1B 30 38 2F
Octal 273 241 65 0 16 110 33 60 70 57
Binary 10111011 10100001 110101 0 1110 1001000 11011 110000 111000 101111

Color Harmonies of #BBA135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA135

Black with #BBA135

Text Example


Text Example

White with #BBA135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA135; }

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

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

background-color css

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

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

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

border-color css

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

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

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