Html Css Color HEX #BB540F Rust

📋 copy color: '#BB540F'

red 187 ◦ green 84 ◦ blue 15

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

Shades of Rust #BB540F

Tints of Rust #BB540F

RGB

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

 GREEN value IS 84 (33.2% from 255) = 29.37%

 BLUE value IS 15 (6.25% from 255) = 5.24%

R = 65.38%
G = 29.37%
B = 5.24%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.92

 K value IS 0.27

RGB Variations

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

Color information

#BB540F (or 0xBB540F) is known color: Rust. HEX triplet: BB, 54 and 0F. RGB value is (187,84,15). Sum of RGB (Red+Green+Blue) = 187+84+15=286 (37% of max value = 765). Red value is 187 (73.44% from 255 or 65.38% from 286); Green value is 84 (33.20% from 255 or 29.37% from 286); Blue value is 15 (6.25% from 255 or 5.24% from 286); Max value from RGB is 187 - color contains mainly: red. Hex color #BB540F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB540F is #44ABF0. Grayscale: #6B6B6B. Windows color (decimal): -4500465 or 1004731. OLE color: 1004731.

HSL color Cylindrical-coordinate representation of color #BB540F: hue angle of 24.07º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BB540F is Cyan = 0, Magento = 0.55, Yellow = 0.92 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 84 15 -
CMYK 0 0.55 0.92 0.27
HSL 24.07º 0.85% 0.4% -
HSV(B) 24.07º 0.92% 0.73% -
XYZ 23.75 16.94 2.47 -
YUV 106.93 76.12 185.11 -
System Red Green Blue C M Y K H S L
Decimal 187 84 15 0 0.55 0.92 0.27 24.07 0.85 0.4
Hex BB 54 F 0 37 5C 1B 18 55 28
Octal 273 124 17 0 67 134 33 30 125 50
Binary 10111011 1010100 1111 0 110111 1011100 11011 11000 1010101 101000

Color Harmonies of #BB540F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB540F

Black with #BB540F

Text Example


Text Example

White with #BB540F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB540F; }

 p { color: rgb(187,84,15); }

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

background-color css

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

 a { background-color: rgb(187,84,15); }

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

border-color css

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

 span { border-color: rgb(187,84,15); }

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