Html Css Color HEX #BB4720 Rust

📋 copy color: '#BB4720'

red 187 ◦ green 71 ◦ blue 32

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

Shades of Rust #BB4720

Tints of Rust #BB4720

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 11.03%

R = 64.48%
G = 24.48%
B = 11.03%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.83

 K value IS 0.27

RGB Variations

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

Color information

#BB4720 (or 0xBB4720) is known color: Rust. HEX triplet: BB, 47 and 20. RGB value is (187,71,32). Sum of RGB (Red+Green+Blue) = 187+71+32=290 (38% of max value = 765). Red value is 187 (73.44% from 255 or 64.48% from 290); Green value is 71 (28.12% from 255 or 24.48% from 290); Blue value is 32 (12.89% from 255 or 11.03% from 290); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4720 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB4720 is #44B8DF. Grayscale: #656565. Windows color (decimal): -4503776 or 2115515. OLE color: 2115515.

HSL color Cylindrical-coordinate representation of color #BB4720: hue angle of 15.1º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BB4720 is Cyan = 0, Magento = 0.62, Yellow = 0.83 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 71 32 -
CMYK 0 0.62 0.83 0.27
HSL 15.1º 0.71% 0.43% -
HSV(B) 15.1º 0.83% 0.73% -
XYZ 23.01 15.18 3.08 -
YUV 101.24 88.93 189.17 -
System Red Green Blue C M Y K H S L
Decimal 187 71 32 0 0.62 0.83 0.27 15.1 0.71 0.43
Hex BB 47 20 0 3E 53 1B F 47 2B
Octal 273 107 40 0 76 123 33 17 107 53
Binary 10111011 1000111 100000 0 111110 1010011 11011 1111 1000111 101011

Color Harmonies of #BB4720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4720

Black with #BB4720

Text Example


Text Example

White with #BB4720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4720; }

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

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

background-color css

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

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

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

border-color css

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

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

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