Html Css Color HEX #BB5108 Rust

📋 copy color: '#BB5108'

red 187 ◦ green 81 ◦ blue 8

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

Shades of Rust #BB5108

Tints of Rust #BB5108

RGB

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

 GREEN value IS 81 (32.03% from 255) = 29.35%

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

R = 67.75%
G = 29.35%
B = 2.9%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.96

 K value IS 0.27

RGB Variations

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

Color information

#BB5108 (or 0xBB5108) is known color: Rust. HEX triplet: BB, 51 and 08. RGB value is (187,81,8). Sum of RGB (Red+Green+Blue) = 187+81+8=276 (36% of max value = 765). Red value is 187 (73.44% from 255 or 67.75% from 276); Green value is 81 (32.03% from 255 or 29.35% from 276); Blue value is 8 (3.52% from 255 or 2.90% from 276); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5108 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB5108 is #44AEF7. Grayscale: #686868. Windows color (decimal): -4501240 or 545211. OLE color: 545211.

HSL color Cylindrical-coordinate representation of color #BB5108: hue angle of 24.47º 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 #BB5108 is Cyan = 0, Magento = 0.57, Yellow = 0.96 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 81 8 -
CMYK 0 0.57 0.96 0.27
HSL 24.47º 0.92% 0.38% -
HSV(B) 24.47º 0.96% 0.73% -
XYZ 23.48 16.47 2.17 -
YUV 104.37 73.62 186.94 -
System Red Green Blue C M Y K H S L
Decimal 187 81 8 0 0.57 0.96 0.27 24.47 0.92 0.38
Hex BB 51 8 0 39 60 1B 18 5C 26
Octal 273 121 10 0 71 140 33 30 134 46
Binary 10111011 1010001 1000 0 111001 1100000 11011 11000 1011100 100110

Color Harmonies of #BB5108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5108

Black with #BB5108

Text Example


Text Example

White with #BB5108

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5108; }

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

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

background-color css

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

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

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

border-color css

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

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

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