Html Css Color HEX #BB4800 Rust

📋 copy color: '#BB4800'

red 187 ◦ green 72 ◦ blue 0

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

Shades of Rust #BB4800

Tints of Rust #BB4800

RGB

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

 GREEN value IS 72 (28.52% from 255) = 27.8%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 72.2%
G = 27.8%
B = 0%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 1

 K value IS 0.27

RGB Variations

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

Color information

#BB4800 (or 0xBB4800) is known color: Rust. HEX triplet: BB, 48 and 00. RGB value is (187,72,0). Sum of RGB (Red+Green+Blue) = 187+72+0=259 (34% of max value = 765). Red value is 187 (73.44% from 255 or 72.20% from 259); Green value is 72 (28.52% from 255 or 27.80% from 259); Blue value is 0 (0.39% from 255 or 0% from 259); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4800 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB4800 is #44B7FF. Grayscale: #626262. Windows color (decimal): -4503552 or 18619. OLE color: 18619.

HSL color Cylindrical-coordinate representation of color #BB4800: hue angle of 23.1º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BB4800 is Cyan = 0, Magento = 0.61, Yellow = 1 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 72 0 -
CMYK 0 0.61 1 0.27
HSL 23.1º 1% 0.37% -
HSV(B) 23.1º 1% 0.73% -
XYZ 22.81 15.2 1.73 -
YUV 98.18 72.6 191.35 -
System Red Green Blue C M Y K H S L
Decimal 187 72 0 0 0.61 1 0.27 23.1 1 0.37
Hex BB 48 0 0 3D 64 1B 17 64 25
Octal 273 110 0 0 75 144 33 27 144 45
Binary 10111011 1001000 0 0 111101 1100100 11011 10111 1100100 100101

Color Harmonies of #BB4800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4800

Black with #BB4800

Text Example


Text Example

White with #BB4800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4800; }

 p { color: rgb(187,72,0); }

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

background-color css

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

 a { background-color: rgb(187,72,0); }

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

border-color css

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

 span { border-color: rgb(187,72,0); }

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