Html Css Color HEX #BB4F08 Rust

📋 copy color: '#BB4F08'

red 187 ◦ green 79 ◦ blue 8

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

Shades of Rust #BB4F08

Tints of Rust #BB4F08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.92%

R = 68.25%
G = 28.83%
B = 2.92%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.96

 K value IS 0.27

RGB Variations

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

Color information

#BB4F08 (or 0xBB4F08) is known color: Rust. HEX triplet: BB, 4F and 08. RGB value is (187,79,8). Sum of RGB (Red+Green+Blue) = 187+79+8=274 (36% of max value = 765). Red value is 187 (73.44% from 255 or 68.25% from 274); Green value is 79 (31.25% from 255 or 28.83% from 274); Blue value is 8 (3.52% from 255 or 2.92% from 274); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4F08 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB4F08 is #44B0F7. Grayscale: #676767. Windows color (decimal): -4501752 or 544699. OLE color: 544699.

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

Color convert

RGB 187 79 8 -
CMYK 0 0.58 0.96 0.27
HSL 23.8º 0.92% 0.38% -
HSV(B) 23.8º 0.96% 0.73% -
XYZ 23.33 16.17 2.12 -
YUV 103.2 74.28 187.77 -
System Red Green Blue C M Y K H S L
Decimal 187 79 8 0 0.58 0.96 0.27 23.8 0.92 0.38
Hex BB 4F 8 0 3A 60 1B 18 5C 26
Octal 273 117 10 0 72 140 33 30 134 46
Binary 10111011 1001111 1000 0 111010 1100000 11011 11000 1011100 100110

Color Harmonies of #BB4F08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4F08

Black with #BB4F08

Text Example


Text Example

White with #BB4F08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4F08; }

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

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

background-color css

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

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

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

border-color css

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

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

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