Html Css Color HEX #BB560F Rust

📋 copy color: '#BB560F'

red 187 ◦ green 86 ◦ blue 15

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

Shades of Rust #BB560F

Tints of Rust #BB560F

RGB

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

 GREEN value IS 86 (33.98% from 255) = 29.86%

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

R = 64.93%
G = 29.86%
B = 5.21%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.92

 K value IS 0.27

RGB Variations

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

Color information

#BB560F (or 0xBB560F) is known color: Rust. HEX triplet: BB, 56 and 0F. RGB value is (187,86,15). Sum of RGB (Red+Green+Blue) = 187+86+15=288 (38% of max value = 765). Red value is 187 (73.44% from 255 or 64.93% from 288); Green value is 86 (33.98% from 255 or 29.86% from 288); Blue value is 15 (6.25% from 255 or 5.21% from 288); Max value from RGB is 187 - color contains mainly: red. Hex color #BB560F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB560F is #44A9F0. Grayscale: #6C6C6C. Windows color (decimal): -4499953 or 1005243. OLE color: 1005243.

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

Color convert

RGB 187 86 15 -
CMYK 0 0.54 0.92 0.27
HSL 24.77º 0.85% 0.4% -
HSV(B) 24.77º 0.92% 0.73% -
XYZ 23.91 17.25 2.52 -
YUV 108.11 75.46 184.27 -
System Red Green Blue C M Y K H S L
Decimal 187 86 15 0 0.54 0.92 0.27 24.77 0.85 0.4
Hex BB 56 F 0 36 5C 1B 19 55 28
Octal 273 126 17 0 66 134 33 31 125 50
Binary 10111011 1010110 1111 0 110110 1011100 11011 11001 1010101 101000

Color Harmonies of #BB560F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB560F

Black with #BB560F

Text Example


Text Example

White with #BB560F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB560F; }

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

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

background-color css

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

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

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

border-color css

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

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

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