Html Css Color HEX #BD5623 Fiery Orange

📋 copy color: '#BD5623'

red 189 ◦ green 86 ◦ blue 35

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

Shades of Fiery Orange #BD5623

Tints of Fiery Orange #BD5623

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 11.29%

R = 60.97%
G = 27.74%
B = 11.29%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.81

 K value IS 0.26

RGB Variations

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

Color information

#BD5623 (or 0xBD5623) is known color: Fiery Orange. HEX triplet: BD, 56 and 23. RGB value is (189,86,35). Sum of RGB (Red+Green+Blue) = 189+86+35=310 (41% of max value = 765). Red value is 189 (74.22% from 255 or 60.97% from 310); Green value is 86 (33.98% from 255 or 27.74% from 310); Blue value is 35 (14.06% from 255 or 11.29% from 310); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5623 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD5623 is #42A9DC. Grayscale: #6F6F6F. Windows color (decimal): -4368861 or 2315965. OLE color: 2315965.

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

Color convert

RGB 189 86 35 -
CMYK 0 0.54 0.81 0.26
HSL 19.87º 0.69% 0.44% -
HSV(B) 19.87º 0.81% 0.74% -
XYZ 24.62 17.6 3.69 -
YUV 110.98 85.12 183.65 -
System Red Green Blue C M Y K H S L
Decimal 189 86 35 0 0.54 0.81 0.26 19.87 0.69 0.44
Hex BD 56 23 0 36 51 1A 14 45 2C
Octal 275 126 43 0 66 121 32 24 105 54
Binary 10111101 1010110 100011 0 110110 1010001 11010 10100 1000101 101100

Color Harmonies of #BD5623

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5623

Black with #BD5623

Text Example


Text Example

White with #BD5623

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5623; }

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

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

background-color css

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

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

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

border-color css

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

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

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