Html Css Color HEX #BBB343 Brass

📋 copy color: '#BBB343'

red 187 ◦ green 179 ◦ blue 67

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

Shades of Brass #BBB343

Tints of Brass #BBB343

RGB

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

 GREEN value IS 179 (70.31% from 255) = 41.34%

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

R = 43.19%
G = 41.34%
B = 15.47%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.64

 K value IS 0.27

RGB Variations

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

Color information

#BBB343 (or 0xBBB343) is known color: Brass. HEX triplet: BB, B3 and 43. RGB value is (187,179,67). Sum of RGB (Red+Green+Blue) = 187+179+67=433 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.19% from 433); Green value is 179 (70.31% from 255 or 41.34% from 433); Blue value is 67 (26.56% from 255 or 15.47% from 433); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB343 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBB343 is #444CBC. Grayscale: #A9A9A9. Windows color (decimal): -4476093 or 4436923. OLE color: 4436923.

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

Color convert

RGB 187 179 67 -
CMYK 0 0.04 0.64 0.27
HSL 56º 0.47% 0.5% -
HSV(B) 56º 0.64% 0.73% -
XYZ 37.63 43.21 11.67 -
YUV 168.62 70.65 141.11 -
System Red Green Blue C M Y K H S L
Decimal 187 179 67 0 0.04 0.64 0.27 56 0.47 0.5
Hex BB B3 43 0 4 40 1B 38 2F 32
Octal 273 263 103 0 4 100 33 70 57 62
Binary 10111011 10110011 1000011 0 100 1000000 11011 111000 101111 110010

Color Harmonies of #BBB343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB343

Black with #BBB343

Text Example


Text Example

White with #BBB343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB343; }

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

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

background-color css

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

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

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

border-color css

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

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

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