Html Css Color HEX #BD5619 Rust

📋 copy color: '#BD5619'

red 189 ◦ green 86 ◦ blue 25

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

Shades of Rust #BD5619

Tints of Rust #BD5619

RGB

 RED value IS 189 (74.22% from 255) = 63%

 GREEN value IS 86 (33.98% from 255) = 28.67%

 BLUE value IS 25 (10.16% from 255) = 8.33%

R = 63%
G = 28.67%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.87

 K value IS 0.26

RGB Variations

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

Color information

#BD5619 (or 0xBD5619) is known color: Rust. HEX triplet: BD, 56 and 19. RGB value is (189,86,25). Sum of RGB (Red+Green+Blue) = 189+86+25=300 (39% of max value = 765). Red value is 189 (74.22% from 255 or 63% from 300); Green value is 86 (33.98% from 255 or 28.67% from 300); Blue value is 25 (10.16% from 255 or 8.33% from 300); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5619 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD5619 is #42A9E6. Grayscale: #6E6E6E. Windows color (decimal): -4368871 or 1660605. OLE color: 1660605.

HSL color Cylindrical-coordinate representation of color #BD5619: hue angle of 22.32º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BD5619 is Cyan = 0, Magento = 0.54, Yellow = 0.87 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 86 25 -
CMYK 0 0.54 0.87 0.26
HSL 22.32º 0.77% 0.42% -
HSV(B) 22.32º 0.87% 0.74% -
XYZ 24.49 17.54 3.02 -
YUV 109.84 80.12 184.46 -
System Red Green Blue C M Y K H S L
Decimal 189 86 25 0 0.54 0.87 0.26 22.32 0.77 0.42
Hex BD 56 19 0 36 57 1A 16 4D 2A
Octal 275 126 31 0 66 127 32 26 115 52
Binary 10111101 1010110 11001 0 110110 1010111 11010 10110 1001101 101010

Color Harmonies of #BD5619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5619

Black with #BD5619

Text Example


Text Example

White with #BD5619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5619; }

 p { color: rgb(189,86,25); }

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

background-color css

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

 a { background-color: rgb(189,86,25); }

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

border-color css

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

 span { border-color: rgb(189,86,25); }

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