Html Css Color HEX #BD5023 Fiery Orange

📋 copy color: '#BD5023'

red 189 ◦ green 80 ◦ blue 35

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

Shades of Fiery Orange #BD5023

Tints of Fiery Orange #BD5023

RGB

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

 GREEN value IS 80 (31.64% from 255) = 26.32%

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

R = 62.17%
G = 26.32%
B = 11.51%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.81

 K value IS 0.26

RGB Variations

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

Color information

#BD5023 (or 0xBD5023) is known color: Fiery Orange. HEX triplet: BD, 50 and 23. RGB value is (189,80,35). Sum of RGB (Red+Green+Blue) = 189+80+35=304 (40% of max value = 765). Red value is 189 (74.22% from 255 or 62.17% from 304); Green value is 80 (31.64% from 255 or 26.32% from 304); Blue value is 35 (14.06% from 255 or 11.51% from 304); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5023 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD5023 is #42AFDC. Grayscale: #6B6B6B. Windows color (decimal): -4370397 or 2314429. OLE color: 2314429.

HSL color Cylindrical-coordinate representation of color #BD5023: hue angle of 17.53º 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 #BD5023 is Cyan = 0, Magento = 0.58, Yellow = 0.81 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 80 35 -
CMYK 0 0.58 0.81 0.26
HSL 17.53º 0.69% 0.44% -
HSV(B) 17.53º 0.81% 0.74% -
XYZ 24.16 16.68 3.54 -
YUV 107.46 87.11 186.16 -
System Red Green Blue C M Y K H S L
Decimal 189 80 35 0 0.58 0.81 0.26 17.53 0.69 0.44
Hex BD 50 23 0 3A 51 1A 12 45 2C
Octal 275 120 43 0 72 121 32 22 105 54
Binary 10111101 1010000 100011 0 111010 1010001 11010 10010 1000101 101100

Color Harmonies of #BD5023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5023

Black with #BD5023

Text Example


Text Example

White with #BD5023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5023; }

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

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

background-color css

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

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

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

border-color css

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

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

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