Html Css Color HEX #BB5007 Rust

📋 copy color: '#BB5007'

red 187 ◦ green 80 ◦ blue 7

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

Shades of Rust #BB5007

Tints of Rust #BB5007

RGB

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

 GREEN value IS 80 (31.64% from 255) = 29.2%

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

R = 68.25%
G = 29.2%
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

#BB5007 (or 0xBB5007) is known color: Rust. HEX triplet: BB, 50 and 07. RGB value is (187,80,7). Sum of RGB (Red+Green+Blue) = 187+80+7=274 (36% of max value = 765). Red value is 187 (73.44% from 255 or 68.25% from 274); Green value is 80 (31.64% from 255 or 29.20% from 274); Blue value is 7 (3.12% from 255 or 2.55% from 274); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5007 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB5007 is #44AFF8. Grayscale: #686868. Windows color (decimal): -4501497 or 479419. OLE color: 479419.

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

Color convert

RGB 187 80 7 -
CMYK 0 0.57 0.96 0.27
HSL 24.33º 0.93% 0.38% -
HSV(B) 24.33º 0.96% 0.73% -
XYZ 23.4 16.32 2.12 -
YUV 103.67 73.45 187.44 -
System Red Green Blue C M Y K H S L
Decimal 187 80 7 0 0.57 0.96 0.27 24.33 0.93 0.38
Hex BB 50 7 0 39 60 1B 18 5D 26
Octal 273 120 7 0 71 140 33 30 135 46
Binary 10111011 1010000 111 0 111001 1100000 11011 11000 1011101 100110

Color Harmonies of #BB5007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5007

Black with #BB5007

Text Example


Text Example

White with #BB5007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5007; }

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

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

background-color css

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

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

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

border-color css

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

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

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