Html Css Color HEX #BB5614 Rust

📋 copy color: '#BB5614'

red 187 ◦ green 86 ◦ blue 20

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

Shades of Rust #BB5614

Tints of Rust #BB5614

RGB

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

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

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

R = 63.82%
G = 29.35%
B = 6.83%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#BB5614 (or 0xBB5614) is known color: Rust. HEX triplet: BB, 56 and 14. RGB value is (187,86,20). Sum of RGB (Red+Green+Blue) = 187+86+20=293 (38% of max value = 765). Red value is 187 (73.44% from 255 or 63.82% from 293); Green value is 86 (33.98% from 255 or 29.35% from 293); Blue value is 20 (8.20% from 255 or 6.83% from 293); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5614 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB5614 is #44A9EB. Grayscale: #6D6D6D. Windows color (decimal): -4499948 or 1332923. OLE color: 1332923.

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

Color convert

RGB 187 86 20 -
CMYK 0 0.54 0.89 0.27
HSL 23.71º 0.81% 0.41% -
HSV(B) 23.71º 0.89% 0.73% -
XYZ 23.95 17.27 2.73 -
YUV 108.68 77.96 183.87 -
System Red Green Blue C M Y K H S L
Decimal 187 86 20 0 0.54 0.89 0.27 23.71 0.81 0.41
Hex BB 56 14 0 36 59 1B 18 51 29
Octal 273 126 24 0 66 131 33 30 121 51
Binary 10111011 1010110 10100 0 110110 1011001 11011 11000 1010001 101001

Color Harmonies of #BB5614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5614

Black with #BB5614

Text Example


Text Example

White with #BB5614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5614; }

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

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

background-color css

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

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

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

border-color css

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

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

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