Html Css Color HEX #BBA835 Brass

📋 copy color: '#BBA835'

red 187 ◦ green 168 ◦ blue 53

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

Shades of Brass #BBA835

Tints of Brass #BBA835

RGB

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

 GREEN value IS 168 (66.02% from 255) = 41.18%

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

R = 45.83%
G = 41.18%
B = 12.99%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#BBA835 (or 0xBBA835) is known color: Brass. HEX triplet: BB, A8 and 35. RGB value is (187,168,53). Sum of RGB (Red+Green+Blue) = 187+168+53=408 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.83% from 408); Green value is 168 (66.02% from 255 or 41.18% from 408); Blue value is 53 (21.09% from 255 or 12.99% from 408); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA835 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA835 is #4457CA. Grayscale: #A1A1A1. Windows color (decimal): -4478923 or 3516603. OLE color: 3516603.

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

Color convert

RGB 187 168 53 -
CMYK 0 0.10 0.72 0.27
HSL 51.49º 0.56% 0.47% -
HSV(B) 51.49º 0.72% 0.73% -
XYZ 35.14 38.83 9.01 -
YUV 160.57 67.29 146.85 -
System Red Green Blue C M Y K H S L
Decimal 187 168 53 0 0.10 0.72 0.27 51.49 0.56 0.47
Hex BB A8 35 0 A 48 1B 33 38 2F
Octal 273 250 65 0 12 110 33 63 70 57
Binary 10111011 10101000 110101 0 1010 1001000 11011 110011 111000 101111

Color Harmonies of #BBA835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA835

Black with #BBA835

Text Example


Text Example

White with #BBA835

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA835; }

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

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

background-color css

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

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

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

border-color css

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

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

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