Html Css Color HEX #BB5514 Rust

📋 copy color: '#BB5514'

red 187 ◦ green 85 ◦ blue 20

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

Shades of Rust #BB5514

Tints of Rust #BB5514

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.85%

R = 64.04%
G = 29.11%
B = 6.85%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#BB5514 (or 0xBB5514) is known color: Rust. HEX triplet: BB, 55 and 14. RGB value is (187,85,20). Sum of RGB (Red+Green+Blue) = 187+85+20=292 (38% of max value = 765). Red value is 187 (73.44% from 255 or 64.04% from 292); Green value is 85 (33.59% from 255 or 29.11% from 292); Blue value is 20 (8.20% from 255 or 6.85% from 292); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5514 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB5514 is #44AAEB. Grayscale: #6C6C6C. Windows color (decimal): -4500204 or 1332667. OLE color: 1332667.

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

Color convert

RGB 187 85 20 -
CMYK 0 0.55 0.89 0.27
HSL 23.35º 0.81% 0.41% -
HSV(B) 23.35º 0.89% 0.73% -
XYZ 23.87 17.11 2.71 -
YUV 108.09 78.29 184.29 -
System Red Green Blue C M Y K H S L
Decimal 187 85 20 0 0.55 0.89 0.27 23.35 0.81 0.41
Hex BB 55 14 0 37 59 1B 17 51 29
Octal 273 125 24 0 67 131 33 27 121 51
Binary 10111011 1010101 10100 0 110111 1011001 11011 10111 1010001 101001

Color Harmonies of #BB5514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5514

Black with #BB5514

Text Example


Text Example

White with #BB5514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5514; }

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

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

background-color css

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

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

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

border-color css

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

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

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