Html Css Color HEX #BB4F05 Rust

📋 copy color: '#BB4F05'

red 187 ◦ green 79 ◦ blue 5

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

Shades of Rust #BB4F05

Tints of Rust #BB4F05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.85%

R = 69%
G = 29.15%
B = 1.85%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.97

 K value IS 0.27

RGB Variations

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

Color information

#BB4F05 (or 0xBB4F05) is known color: Rust. HEX triplet: BB, 4F and 05. RGB value is (187,79,5). Sum of RGB (Red+Green+Blue) = 187+79+5=271 (35% of max value = 765). Red value is 187 (73.44% from 255 or 69.00% from 271); Green value is 79 (31.25% from 255 or 29.15% from 271); Blue value is 5 (2.34% from 255 or 1.85% from 271); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4F05 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB4F05 is #44B0FA. Grayscale: #676767. Windows color (decimal): -4501755 or 348091. OLE color: 348091.

HSL color Cylindrical-coordinate representation of color #BB4F05: hue angle of 24.4º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BB4F05 is Cyan = 0, Magento = 0.58, Yellow = 0.97 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 79 5 -
CMYK 0 0.58 0.97 0.27
HSL 24.4º 0.95% 0.38% -
HSV(B) 24.4º 0.97% 0.73% -
XYZ 23.32 16.17 2.04 -
YUV 102.86 72.78 188.02 -
System Red Green Blue C M Y K H S L
Decimal 187 79 5 0 0.58 0.97 0.27 24.4 0.95 0.38
Hex BB 4F 5 0 3A 61 1B 18 5F 26
Octal 273 117 5 0 72 141 33 30 137 46
Binary 10111011 1001111 101 0 111010 1100001 11011 11000 1011111 100110

Color Harmonies of #BB4F05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4F05

Black with #BB4F05

Text Example


Text Example

White with #BB4F05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4F05; }

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

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

background-color css

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

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

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

border-color css

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

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

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