Html Css Color HEX #BBB535 Brass

📋 copy color: '#BBB535'

red 187 ◦ green 181 ◦ blue 53

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

Shades of Brass #BBB535

Tints of Brass #BBB535

RGB

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

 GREEN value IS 181 (71.09% from 255) = 42.99%

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

R = 44.42%
G = 42.99%
B = 12.59%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#BBB535 (or 0xBBB535) is known color: Brass. HEX triplet: BB, B5 and 35. RGB value is (187,181,53). Sum of RGB (Red+Green+Blue) = 187+181+53=421 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.42% from 421); Green value is 181 (71.09% from 255 or 42.99% from 421); Blue value is 53 (21.09% from 255 or 12.59% from 421); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB535 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBB535 is #444ACA. Grayscale: #A8A8A8. Windows color (decimal): -4475595 or 3519931. OLE color: 3519931.

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

Color convert

RGB 187 181 53 -
CMYK 0 0.03 0.72 0.27
HSL 57.31º 0.56% 0.47% -
HSV(B) 57.31º 0.72% 0.73% -
XYZ 37.66 43.87 9.85 -
YUV 168.2 62.99 141.41 -
System Red Green Blue C M Y K H S L
Decimal 187 181 53 0 0.03 0.72 0.27 57.31 0.56 0.47
Hex BB B5 35 0 3 48 1B 39 38 2F
Octal 273 265 65 0 3 110 33 71 70 57
Binary 10111011 10110101 110101 0 11 1001000 11011 111001 111000 101111

Color Harmonies of #BBB535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB535

Black with #BBB535

Text Example


Text Example

White with #BBB535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB535; }

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

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

background-color css

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

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

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

border-color css

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

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

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