Html Css Color HEX #BBA035 Brass

📋 copy color: '#BBA035'

red 187 ◦ green 160 ◦ blue 53

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

Shades of Brass #BBA035

Tints of Brass #BBA035

RGB

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

 GREEN value IS 160 (62.89% from 255) = 40%

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

R = 46.75%
G = 40%
B = 13.25%

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

#BBA035 (or 0xBBA035) is known color: Brass. HEX triplet: BB, A0 and 35. RGB value is (187,160,53). Sum of RGB (Red+Green+Blue) = 187+160+53=400 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.75% from 400); Green value is 160 (62.89% from 255 or 40% from 400); Blue value is 53 (21.09% from 255 or 13.25% from 400); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA035 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA035 is #445FCA. Grayscale: #9C9C9C. Windows color (decimal): -4480971 or 3514555. OLE color: 3514555.

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

Color convert

RGB 187 160 53 -
CMYK 0 0.14 0.72 0.27
HSL 47.91º 0.56% 0.47% -
HSV(B) 47.91º 0.72% 0.73% -
XYZ 33.71 35.96 8.53 -
YUV 155.88 69.95 150.2 -
System Red Green Blue C M Y K H S L
Decimal 187 160 53 0 0.14 0.72 0.27 47.91 0.56 0.47
Hex BB A0 35 0 E 48 1B 30 38 2F
Octal 273 240 65 0 16 110 33 60 70 57
Binary 10111011 10100000 110101 0 1110 1001000 11011 110000 111000 101111

Color Harmonies of #BBA035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA035

Black with #BBA035

Text Example


Text Example

White with #BBA035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA035; }

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

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

background-color css

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

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

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

border-color css

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

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

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