Html Css Color HEX #BBB53B Brass

📋 copy color: '#BBB53B'

red 187 ◦ green 181 ◦ blue 59

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

Shades of Brass #BBB53B

Tints of Brass #BBB53B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 13.82%

R = 43.79%
G = 42.39%
B = 13.82%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.68

 K value IS 0.27

RGB Variations

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

Color information

#BBB53B (or 0xBBB53B) is known color: Brass. HEX triplet: BB, B5 and 3B. RGB value is (187,181,59). Sum of RGB (Red+Green+Blue) = 187+181+59=427 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.79% from 427); Green value is 181 (71.09% from 255 or 42.39% from 427); Blue value is 59 (23.44% from 255 or 13.82% from 427); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB53B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBB53B is #444AC4. Grayscale: #A9A9A9. Windows color (decimal): -4475589 or 3913147. OLE color: 3913147.

HSL color Cylindrical-coordinate representation of color #BBB53B: hue angle of 57.19º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BBB53B is Cyan = 0, Magento = 0.03, Yellow = 0.68 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 181 59 -
CMYK 0 0.03 0.68 0.27
HSL 57.19º 0.52% 0.48% -
HSV(B) 57.19º 0.68% 0.73% -
XYZ 37.81 43.93 10.62 -
YUV 168.89 65.99 140.92 -
System Red Green Blue C M Y K H S L
Decimal 187 181 59 0 0.03 0.68 0.27 57.19 0.52 0.48
Hex BB B5 3B 0 3 44 1B 39 34 30
Octal 273 265 73 0 3 104 33 71 64 60
Binary 10111011 10110101 111011 0 11 1000100 11011 111001 110100 110000

Color Harmonies of #BBB53B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB53B

Black with #BBB53B

Text Example


Text Example

White with #BBB53B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB53B; }

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

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

background-color css

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

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

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

border-color css

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

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

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