Html Css Color HEX #BB500F Rust

📋 copy color: '#BB500F'

red 187 ◦ green 80 ◦ blue 15

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

Shades of Rust #BB500F

Tints of Rust #BB500F

RGB

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

 GREEN value IS 80 (31.64% from 255) = 28.37%

 BLUE value IS 15 (6.25% from 255) = 5.32%

R = 66.31%
G = 28.37%
B = 5.32%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.92

 K value IS 0.27

RGB Variations

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

Color information

#BB500F (or 0xBB500F) is known color: Rust. HEX triplet: BB, 50 and 0F. RGB value is (187,80,15). Sum of RGB (Red+Green+Blue) = 187+80+15=282 (37% of max value = 765). Red value is 187 (73.44% from 255 or 66.31% from 282); Green value is 80 (31.64% from 255 or 28.37% from 282); Blue value is 15 (6.25% from 255 or 5.32% from 282); Max value from RGB is 187 - color contains mainly: red. Hex color #BB500F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB500F is #44AFF0. Grayscale: #686868. Windows color (decimal): -4501489 or 1003707. OLE color: 1003707.

HSL color Cylindrical-coordinate representation of color #BB500F: hue angle of 22.67º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BB500F is Cyan = 0, Magento = 0.57, Yellow = 0.92 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 80 15 -
CMYK 0 0.57 0.92 0.27
HSL 22.67º 0.85% 0.4% -
HSV(B) 22.67º 0.92% 0.73% -
XYZ 23.45 16.34 2.37 -
YUV 104.58 77.45 186.79 -
System Red Green Blue C M Y K H S L
Decimal 187 80 15 0 0.57 0.92 0.27 22.67 0.85 0.4
Hex BB 50 F 0 39 5C 1B 17 55 28
Octal 273 120 17 0 71 134 33 27 125 50
Binary 10111011 1010000 1111 0 111001 1011100 11011 10111 1010101 101000

Color Harmonies of #BB500F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB500F

Black with #BB500F

Text Example


Text Example

White with #BB500F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB500F; }

 p { color: rgb(187,80,15); }

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

background-color css

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

 a { background-color: rgb(187,80,15); }

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

border-color css

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

 span { border-color: rgb(187,80,15); }

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