Html Css Color HEX #BBB543 Brass

📋 copy color: '#BBB543'

red 187 ◦ green 181 ◦ blue 67

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

Shades of Brass #BBB543

Tints of Brass #BBB543

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 15.4%

R = 42.99%
G = 41.61%
B = 15.4%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.64

 K value IS 0.27

RGB Variations

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

Color information

#BBB543 (or 0xBBB543) is known color: Brass. HEX triplet: BB, B5 and 43. RGB value is (187,181,67). Sum of RGB (Red+Green+Blue) = 187+181+67=435 (57% of max value = 765). Red value is 187 (73.44% from 255 or 42.99% from 435); Green value is 181 (71.09% from 255 or 41.61% from 435); Blue value is 67 (26.56% from 255 or 15.40% from 435); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB543 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBB543 is #444ABC. Grayscale: #AAAAAA. Windows color (decimal): -4475581 or 4437435. OLE color: 4437435.

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

Color convert

RGB 187 181 67 -
CMYK 0 0.03 0.64 0.27
HSL 57º 0.47% 0.5% -
HSV(B) 57º 0.64% 0.73% -
XYZ 38.03 44.02 11.8 -
YUV 169.8 69.99 140.27 -
System Red Green Blue C M Y K H S L
Decimal 187 181 67 0 0.03 0.64 0.27 57 0.47 0.5
Hex BB B5 43 0 3 40 1B 39 2F 32
Octal 273 265 103 0 3 100 33 71 57 62
Binary 10111011 10110101 1000011 0 11 1000000 11011 111001 101111 110010

Color Harmonies of #BBB543

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB543

Black with #BBB543

Text Example


Text Example

White with #BBB543

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB543; }

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

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

background-color css

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

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

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

border-color css

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

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

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