Html Css Color HEX #BB531B Rust

📋 copy color: '#BB531B'

red 187 ◦ green 83 ◦ blue 27

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

Shades of Rust #BB531B

Tints of Rust #BB531B

RGB

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

 GREEN value IS 83 (32.81% from 255) = 27.95%

 BLUE value IS 27 (10.94% from 255) = 9.09%

R = 62.96%
G = 27.95%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.86

 K value IS 0.27

RGB Variations

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

Color information

#BB531B (or 0xBB531B) is known color: Rust. HEX triplet: BB, 53 and 1B. RGB value is (187,83,27). Sum of RGB (Red+Green+Blue) = 187+83+27=297 (39% of max value = 765). Red value is 187 (73.44% from 255 or 62.96% from 297); Green value is 83 (32.81% from 255 or 27.95% from 297); Blue value is 27 (10.94% from 255 or 9.09% from 297); Max value from RGB is 187 - color contains mainly: red. Hex color #BB531B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB531B is #44ACE4. Grayscale: #6C6C6C. Windows color (decimal): -4500709 or 1790907. OLE color: 1790907.

HSL color Cylindrical-coordinate representation of color #BB531B: hue angle of 21º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BB531B is Cyan = 0, Magento = 0.56, Yellow = 0.86 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 83 27 -
CMYK 0 0.56 0.86 0.27
HSL 21º 0.75% 0.42% -
HSV(B) 21º 0.86% 0.73% -
XYZ 23.78 16.83 3.03 -
YUV 107.71 82.46 184.55 -
System Red Green Blue C M Y K H S L
Decimal 187 83 27 0 0.56 0.86 0.27 21 0.75 0.42
Hex BB 53 1B 0 38 56 1B 15 4B 2A
Octal 273 123 33 0 70 126 33 25 113 52
Binary 10111011 1010011 11011 0 111000 1010110 11011 10101 1001011 101010

Color Harmonies of #BB531B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB531B

Black with #BB531B

Text Example


Text Example

White with #BB531B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB531B; }

 p { color: rgb(187,83,27); }

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

background-color css

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

 a { background-color: rgb(187,83,27); }

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

border-color css

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

 span { border-color: rgb(187,83,27); }

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