Html Css Color HEX #BD5E14 Chocolate

📋 copy color: '#BD5E14'

red 189 ◦ green 94 ◦ blue 20

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

Shades of Chocolate #BD5E14

Tints of Chocolate #BD5E14

RGB

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

 GREEN value IS 94 (37.11% from 255) = 31.02%

 BLUE value IS 20 (8.2% from 255) = 6.6%

R = 62.38%
G = 31.02%
B = 6.6%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.89

 K value IS 0.26

RGB Variations

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

Color information

#BD5E14 (or 0xBD5E14) is known color: Chocolate. HEX triplet: BD, 5E and 14. RGB value is (189,94,20). Sum of RGB (Red+Green+Blue) = 189+94+20=303 (40% of max value = 765). Red value is 189 (74.22% from 255 or 62.38% from 303); Green value is 94 (37.11% from 255 or 31.02% from 303); Blue value is 20 (8.20% from 255 or 6.60% from 303); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5E14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD5E14 is #42A1EB. Grayscale: #727272. Windows color (decimal): -4366828 or 1334973. OLE color: 1334973.

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

Color convert

RGB 189 94 20 -
CMYK 0 0.50 0.89 0.26
HSL 26.27º 0.81% 0.41% -
HSV(B) 26.27º 0.89% 0.74% -
XYZ 25.12 18.87 2.98 -
YUV 113.97 74.97 181.52 -
System Red Green Blue C M Y K H S L
Decimal 189 94 20 0 0.50 0.89 0.26 26.27 0.81 0.41
Hex BD 5E 14 0 32 59 1A 1A 51 29
Octal 275 136 24 0 62 131 32 32 121 51
Binary 10111101 1011110 10100 0 110010 1011001 11010 11010 1010001 101001

Color Harmonies of #BD5E14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5E14

Black with #BD5E14

Text Example


Text Example

White with #BD5E14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5E14; }

 p { color: rgb(189,94,20); }

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

background-color css

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

 a { background-color: rgb(189,94,20); }

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

border-color css

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

 span { border-color: rgb(189,94,20); }

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