Html Css Color HEX #BBB542 Brass

📋 copy color: '#BBB542'

red 187 ◦ green 181 ◦ blue 66

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

Shades of Brass #BBB542

Tints of Brass #BBB542

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 15.21%

R = 43.09%
G = 41.71%
B = 15.21%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#BBB542 (or 0xBBB542) is known color: Brass. HEX triplet: BB, B5 and 42. RGB value is (187,181,66). Sum of RGB (Red+Green+Blue) = 187+181+66=434 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.09% from 434); Green value is 181 (71.09% from 255 or 41.71% from 434); Blue value is 66 (26.17% from 255 or 15.21% from 434); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB542 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBB542 is #444ABD. Grayscale: #AAAAAA. Windows color (decimal): -4475582 or 4371899. OLE color: 4371899.

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

Color convert

RGB 187 181 66 -
CMYK 0 0.03 0.65 0.27
HSL 57.02º 0.48% 0.5% -
HSV(B) 57.02º 0.65% 0.73% -
XYZ 38 44.01 11.65 -
YUV 169.68 69.49 140.35 -
System Red Green Blue C M Y K H S L
Decimal 187 181 66 0 0.03 0.65 0.27 57.02 0.48 0.5
Hex BB B5 42 0 3 41 1B 39 30 32
Octal 273 265 102 0 3 101 33 71 60 62
Binary 10111011 10110101 1000010 0 11 1000001 11011 111001 110000 110010

Color Harmonies of #BBB542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB542

Black with #BBB542

Text Example


Text Example

White with #BBB542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB542; }

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

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

background-color css

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

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

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

border-color css

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

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

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