Html Css Color HEX #BB550E Rust

📋 copy color: '#BB550E'

red 187 ◦ green 85 ◦ blue 14

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

Shades of Rust #BB550E

Tints of Rust #BB550E

RGB

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

 GREEN value IS 85 (33.59% from 255) = 29.72%

 BLUE value IS 14 (5.86% from 255) = 4.9%

R = 65.38%
G = 29.72%
B = 4.9%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.93

 K value IS 0.27

RGB Variations

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

Color information

#BB550E (or 0xBB550E) is known color: Rust. HEX triplet: BB, 55 and 0E. RGB value is (187,85,14). Sum of RGB (Red+Green+Blue) = 187+85+14=286 (37% of max value = 765). Red value is 187 (73.44% from 255 or 65.38% from 286); Green value is 85 (33.59% from 255 or 29.72% from 286); Blue value is 14 (5.86% from 255 or 4.90% from 286); Max value from RGB is 187 - color contains mainly: red. Hex color #BB550E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB550E is #44AAF1. Grayscale: #6B6B6B. Windows color (decimal): -4500210 or 939451. OLE color: 939451.

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

Color convert

RGB 187 85 14 -
CMYK 0 0.55 0.93 0.27
HSL 24.62º 0.86% 0.39% -
HSV(B) 24.62º 0.93% 0.73% -
XYZ 23.82 17.09 2.46 -
YUV 107.4 75.29 184.77 -
System Red Green Blue C M Y K H S L
Decimal 187 85 14 0 0.55 0.93 0.27 24.62 0.86 0.39
Hex BB 55 E 0 37 5D 1B 19 56 27
Octal 273 125 16 0 67 135 33 31 126 47
Binary 10111011 1010101 1110 0 110111 1011101 11011 11001 1010110 100111

Color Harmonies of #BB550E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB550E

Black with #BB550E

Text Example


Text Example

White with #BB550E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB550E; }

 p { color: rgb(187,85,14); }

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

background-color css

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

 a { background-color: rgb(187,85,14); }

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

border-color css

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

 span { border-color: rgb(187,85,14); }

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