Html Css Color HEX #BB4F14 Rust

📋 copy color: '#BB4F14'

red 187 ◦ green 79 ◦ blue 20

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

Shades of Rust #BB4F14

Tints of Rust #BB4F14

RGB

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

 GREEN value IS 79 (31.25% from 255) = 27.62%

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

R = 65.38%
G = 27.62%
B = 6.99%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#BB4F14 (or 0xBB4F14) is known color: Rust. HEX triplet: BB, 4F and 14. RGB value is (187,79,20). Sum of RGB (Red+Green+Blue) = 187+79+20=286 (37% of max value = 765). Red value is 187 (73.44% from 255 or 65.38% from 286); Green value is 79 (31.25% from 255 or 27.62% from 286); Blue value is 20 (8.20% from 255 or 6.99% from 286); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4F14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB4F14 is #44B0EB. Grayscale: #686868. Windows color (decimal): -4501740 or 1331131. OLE color: 1331131.

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

Color convert

RGB 187 79 20 -
CMYK 0 0.58 0.89 0.27
HSL 21.2º 0.81% 0.41% -
HSV(B) 21.2º 0.89% 0.73% -
XYZ 23.42 16.21 2.56 -
YUV 104.57 80.28 186.8 -
System Red Green Blue C M Y K H S L
Decimal 187 79 20 0 0.58 0.89 0.27 21.2 0.81 0.41
Hex BB 4F 14 0 3A 59 1B 15 51 29
Octal 273 117 24 0 72 131 33 25 121 51
Binary 10111011 1001111 10100 0 111010 1011001 11011 10101 1010001 101001

Color Harmonies of #BB4F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4F14

Black with #BB4F14

Text Example


Text Example

White with #BB4F14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4F14; }

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

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

background-color css

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

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

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

border-color css

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

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

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