Html Css Color HEX #BB4614 Rust

📋 copy color: '#BB4614'

red 187 ◦ green 70 ◦ blue 20

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

Shades of Rust #BB4614

Tints of Rust #BB4614

RGB

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

 GREEN value IS 70 (27.73% from 255) = 25.27%

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

R = 67.51%
G = 25.27%
B = 7.22%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#BB4614 (or 0xBB4614) is known color: Rust. HEX triplet: BB, 46 and 14. RGB value is (187,70,20). Sum of RGB (Red+Green+Blue) = 187+70+20=277 (36% of max value = 765). Red value is 187 (73.44% from 255 or 67.51% from 277); Green value is 70 (27.73% from 255 or 25.27% from 277); Blue value is 20 (8.20% from 255 or 7.22% from 277); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4614 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB4614 is #44B9EB. Grayscale: #636363. Windows color (decimal): -4504044 or 1328827. OLE color: 1328827.

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

Color convert

RGB 187 70 20 -
CMYK 0 0.63 0.89 0.27
HSL 17.96º 0.81% 0.41% -
HSV(B) 17.96º 0.89% 0.73% -
XYZ 22.81 15 2.35 -
YUV 99.28 83.26 190.57 -
System Red Green Blue C M Y K H S L
Decimal 187 70 20 0 0.63 0.89 0.27 17.96 0.81 0.41
Hex BB 46 14 0 3F 59 1B 12 51 29
Octal 273 106 24 0 77 131 33 22 121 51
Binary 10111011 1000110 10100 0 111111 1011001 11011 10010 1010001 101001

Color Harmonies of #BB4614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4614

Black with #BB4614

Text Example


Text Example

White with #BB4614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4614; }

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

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

background-color css

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

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

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

border-color css

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

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

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