Html Css Color HEX #BBB136 Brass

📋 copy color: '#BBB136'

red 187 ◦ green 177 ◦ blue 54

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

Shades of Brass #BBB136

Tints of Brass #BBB136

RGB

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

 GREEN value IS 177 (69.53% from 255) = 42.34%

 BLUE value IS 54 (21.48% from 255) = 12.92%

R = 44.74%
G = 42.34%
B = 12.92%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.71

 K value IS 0.27

RGB Variations

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

Color information

#BBB136 (or 0xBBB136) is known color: Brass. HEX triplet: BB, B1 and 36. RGB value is (187,177,54). Sum of RGB (Red+Green+Blue) = 187+177+54=418 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.74% from 418); Green value is 177 (69.53% from 255 or 42.34% from 418); Blue value is 54 (21.48% from 255 or 12.92% from 418); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB136 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBB136 is #444EC9. Grayscale: #A6A6A6. Windows color (decimal): -4476618 or 3584443. OLE color: 3584443.

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

Color convert

RGB 187 177 54 -
CMYK 0 0.05 0.71 0.27
HSL 55.49º 0.55% 0.47% -
HSV(B) 55.49º 0.71% 0.73% -
XYZ 36.88 42.28 9.71 -
YUV 165.97 64.81 143 -
System Red Green Blue C M Y K H S L
Decimal 187 177 54 0 0.05 0.71 0.27 55.49 0.55 0.47
Hex BB B1 36 0 5 47 1B 37 37 2F
Octal 273 261 66 0 5 107 33 67 67 57
Binary 10111011 10110001 110110 0 101 1000111 11011 110111 110111 101111

Color Harmonies of #BBB136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB136

Black with #BBB136

Text Example


Text Example

White with #BBB136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB136; }

 p { color: rgb(187,177,54); }

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

background-color css

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

 a { background-color: rgb(187,177,54); }

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

border-color css

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

 span { border-color: rgb(187,177,54); }

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