Html Css Color HEX #BB4715 Rust

📋 copy color: '#BB4715'

red 187 ◦ green 71 ◦ blue 21

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

Shades of Rust #BB4715

Tints of Rust #BB4715

RGB

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

 GREEN value IS 71 (28.13% from 255) = 25.45%

 BLUE value IS 21 (8.59% from 255) = 7.53%

R = 67.03%
G = 25.45%
B = 7.53%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#BB4715 (or 0xBB4715) is known color: Rust. HEX triplet: BB, 47 and 15. RGB value is (187,71,21). Sum of RGB (Red+Green+Blue) = 187+71+21=279 (36% of max value = 765). Red value is 187 (73.44% from 255 or 67.03% from 279); Green value is 71 (28.12% from 255 or 25.45% from 279); Blue value is 21 (8.59% from 255 or 7.53% from 279); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4715 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB4715 is #44B8EA. Grayscale: #646464. Windows color (decimal): -4503787 or 1394619. OLE color: 1394619.

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

Color convert

RGB 187 71 21 -
CMYK 0 0.62 0.89 0.27
HSL 18.07º 0.8% 0.41% -
HSV(B) 18.07º 0.89% 0.73% -
XYZ 22.88 15.13 2.42 -
YUV 99.98 83.43 190.07 -
System Red Green Blue C M Y K H S L
Decimal 187 71 21 0 0.62 0.89 0.27 18.07 0.8 0.41
Hex BB 47 15 0 3E 59 1B 12 50 29
Octal 273 107 25 0 76 131 33 22 120 51
Binary 10111011 1000111 10101 0 111110 1011001 11011 10010 1010000 101001

Color Harmonies of #BB4715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4715

Black with #BB4715

Text Example


Text Example

White with #BB4715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4715; }

 p { color: rgb(187,71,21); }

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

background-color css

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

 a { background-color: rgb(187,71,21); }

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

border-color css

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

 span { border-color: rgb(187,71,21); }

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