Html Css Color HEX #BBB337 Brass

📋 copy color: '#BBB337'

red 187 ◦ green 179 ◦ blue 55

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

Shades of Brass #BBB337

Tints of Brass #BBB337

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 13.06%

R = 44.42%
G = 42.52%
B = 13.06%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.71

 K value IS 0.27

RGB Variations

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

Color information

#BBB337 (or 0xBBB337) is known color: Brass. HEX triplet: BB, B3 and 37. RGB value is (187,179,55). Sum of RGB (Red+Green+Blue) = 187+179+55=421 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.42% from 421); Green value is 179 (70.31% from 255 or 42.52% from 421); Blue value is 55 (21.88% from 255 or 13.06% from 421); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB337 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBB337 is #444CC8. Grayscale: #A7A7A7. Windows color (decimal): -4476105 or 3650491. OLE color: 3650491.

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

Color convert

RGB 187 179 55 -
CMYK 0 0.04 0.71 0.27
HSL 56.36º 0.55% 0.47% -
HSV(B) 56.36º 0.71% 0.73% -
XYZ 37.3 43.08 9.96 -
YUV 167.26 64.65 142.08 -
System Red Green Blue C M Y K H S L
Decimal 187 179 55 0 0.04 0.71 0.27 56.36 0.55 0.47
Hex BB B3 37 0 4 47 1B 38 37 2F
Octal 273 263 67 0 4 107 33 70 67 57
Binary 10111011 10110011 110111 0 100 1000111 11011 111000 110111 101111

Color Harmonies of #BBB337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB337

Black with #BBB337

Text Example


Text Example

White with #BBB337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB337; }

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

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

background-color css

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

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

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

border-color css

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

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

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