Html Css Color HEX #BB471E Rust

📋 copy color: '#BB471E'

red 187 ◦ green 71 ◦ blue 30

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

Shades of Rust #BB471E

Tints of Rust #BB471E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 10.42%

R = 64.93%
G = 24.65%
B = 10.42%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#BB471E (or 0xBB471E) is known color: Rust. HEX triplet: BB, 47 and 1E. RGB value is (187,71,30). Sum of RGB (Red+Green+Blue) = 187+71+30=288 (38% of max value = 765). Red value is 187 (73.44% from 255 or 64.93% from 288); Green value is 71 (28.12% from 255 or 24.65% from 288); Blue value is 30 (12.11% from 255 or 10.42% from 288); Max value from RGB is 187 - color contains mainly: red. Hex color #BB471E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB471E is #44B8E1. Grayscale: #656565. Windows color (decimal): -4503778 or 1984443. OLE color: 1984443.

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

Color convert

RGB 187 71 30 -
CMYK 0 0.62 0.84 0.27
HSL 15.67º 0.72% 0.43% -
HSV(B) 15.67º 0.84% 0.73% -
XYZ 22.98 15.17 2.94 -
YUV 101.01 87.93 189.33 -
System Red Green Blue C M Y K H S L
Decimal 187 71 30 0 0.62 0.84 0.27 15.67 0.72 0.43
Hex BB 47 1E 0 3E 54 1B 10 48 2B
Octal 273 107 36 0 76 124 33 20 110 53
Binary 10111011 1000111 11110 0 111110 1010100 11011 10000 1001000 101011

Color Harmonies of #BB471E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB471E

Black with #BB471E

Text Example


Text Example

White with #BB471E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB471E; }

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

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

background-color css

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

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

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

border-color css

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

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

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