Html Css Color HEX #BB4407 Rust

📋 copy color: '#BB4407'

red 187 ◦ green 68 ◦ blue 7

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

Shades of Rust #BB4407

Tints of Rust #BB4407

RGB

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

 GREEN value IS 68 (26.95% from 255) = 25.95%

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

R = 71.37%
G = 25.95%
B = 2.67%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.96

 K value IS 0.27

RGB Variations

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

Color information

#BB4407 (or 0xBB4407) is known color: Rust. HEX triplet: BB, 44 and 07. RGB value is (187,68,7). Sum of RGB (Red+Green+Blue) = 187+68+7=262 (34% of max value = 765). Red value is 187 (73.44% from 255 or 71.37% from 262); Green value is 68 (26.95% from 255 or 25.95% from 262); Blue value is 7 (3.12% from 255 or 2.67% from 262); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4407 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB4407 is #44BBF8. Grayscale: #606060. Windows color (decimal): -4504569 or 476347. OLE color: 476347.

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

Color convert

RGB 187 68 7 -
CMYK 0 0.64 0.96 0.27
HSL 20.33º 0.93% 0.38% -
HSV(B) 20.33º 0.96% 0.73% -
XYZ 22.6 14.71 1.85 -
YUV 96.63 77.42 192.46 -
System Red Green Blue C M Y K H S L
Decimal 187 68 7 0 0.64 0.96 0.27 20.33 0.93 0.38
Hex BB 44 7 0 40 60 1B 14 5D 26
Octal 273 104 7 0 100 140 33 24 135 46
Binary 10111011 1000100 111 0 1000000 1100000 11011 10100 1011101 100110

Color Harmonies of #BB4407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4407

Black with #BB4407

Text Example


Text Example

White with #BB4407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4407; }

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

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

background-color css

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

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

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

border-color css

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

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

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