Html Css Color HEX #BB5814 Rust

📋 copy color: '#BB5814'

red 187 ◦ green 88 ◦ blue 20

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

Shades of Rust #BB5814

Tints of Rust #BB5814

RGB

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

 GREEN value IS 88 (34.77% from 255) = 29.83%

 BLUE value IS 20 (8.2% from 255) = 6.78%

R = 63.39%
G = 29.83%
B = 6.78%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#BB5814 (or 0xBB5814) is known color: Rust. HEX triplet: BB, 58 and 14. RGB value is (187,88,20). Sum of RGB (Red+Green+Blue) = 187+88+20=295 (39% of max value = 765). Red value is 187 (73.44% from 255 or 63.39% from 295); Green value is 88 (34.77% from 255 or 29.83% from 295); Blue value is 20 (8.20% from 255 or 6.78% from 295); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5814 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB5814 is #44A7EB. Grayscale: #6E6E6E. Windows color (decimal): -4499436 or 1333435. OLE color: 1333435.

HSL color Cylindrical-coordinate representation of color #BB5814: hue angle of 24.43º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BB5814 is Cyan = 0, Magento = 0.53, Yellow = 0.89 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 88 20 -
CMYK 0 0.53 0.89 0.27
HSL 24.43º 0.81% 0.41% -
HSV(B) 24.43º 0.89% 0.73% -
XYZ 24.11 17.59 2.79 -
YUV 109.85 77.3 183.03 -
System Red Green Blue C M Y K H S L
Decimal 187 88 20 0 0.53 0.89 0.27 24.43 0.81 0.41
Hex BB 58 14 0 35 59 1B 18 51 29
Octal 273 130 24 0 65 131 33 30 121 51
Binary 10111011 1011000 10100 0 110101 1011001 11011 11000 1010001 101001

Color Harmonies of #BB5814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5814

Black with #BB5814

Text Example


Text Example

White with #BB5814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5814; }

 p { color: rgb(187,88,20); }

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

background-color css

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

 a { background-color: rgb(187,88,20); }

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

border-color css

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

 span { border-color: rgb(187,88,20); }

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