Html Css Color HEX #BB5107 Rust

📋 copy color: '#BB5107'

red 187 ◦ green 81 ◦ blue 7

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

Shades of Rust #BB5107

Tints of Rust #BB5107

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.55%

R = 68%
G = 29.45%
B = 2.55%

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

#BB5107 (or 0xBB5107) is known color: Rust. HEX triplet: BB, 51 and 07. RGB value is (187,81,7). Sum of RGB (Red+Green+Blue) = 187+81+7=275 (36% of max value = 765). Red value is 187 (73.44% from 255 or 68% from 275); Green value is 81 (32.03% from 255 or 29.45% from 275); Blue value is 7 (3.12% from 255 or 2.55% from 275); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5107 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB5107 is #44AEF8. Grayscale: #686868. Windows color (decimal): -4501241 or 479675. OLE color: 479675.

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

Color convert

RGB 187 81 7 -
CMYK 0 0.57 0.96 0.27
HSL 24.67º 0.93% 0.38% -
HSV(B) 24.67º 0.96% 0.73% -
XYZ 23.47 16.46 2.14 -
YUV 104.26 73.12 187.02 -
System Red Green Blue C M Y K H S L
Decimal 187 81 7 0 0.57 0.96 0.27 24.67 0.93 0.38
Hex BB 51 7 0 39 60 1B 19 5D 26
Octal 273 121 7 0 71 140 33 31 135 46
Binary 10111011 1010001 111 0 111001 1100000 11011 11001 1011101 100110

Color Harmonies of #BB5107

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5107

Black with #BB5107

Text Example


Text Example

White with #BB5107

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5107; }

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

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

background-color css

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

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

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

border-color css

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

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

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