Html Css Color HEX #BD6414 Chocolate

📋 copy color: '#BD6414'

red 189 ◦ green 100 ◦ blue 20

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

Shades of Chocolate #BD6414

Tints of Chocolate #BD6414

RGB

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

 GREEN value IS 100 (39.45% from 255) = 32.36%

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

R = 61.17%
G = 32.36%
B = 6.47%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.89

 K value IS 0.26

RGB Variations

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

Color information

#BD6414 (or 0xBD6414) is known color: Chocolate. HEX triplet: BD, 64 and 14. RGB value is (189,100,20). Sum of RGB (Red+Green+Blue) = 189+100+20=309 (40% of max value = 765). Red value is 189 (74.22% from 255 or 61.17% from 309); Green value is 100 (39.45% from 255 or 32.36% from 309); Blue value is 20 (8.20% from 255 or 6.47% from 309); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6414 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD6414 is #429BEB. Grayscale: #757575. Windows color (decimal): -4365292 or 1336509. OLE color: 1336509.

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

Color convert

RGB 189 100 20 -
CMYK 0 0.47 0.89 0.26
HSL 28.4º 0.81% 0.41% -
HSV(B) 28.4º 0.89% 0.74% -
XYZ 25.67 19.98 3.17 -
YUV 117.49 72.99 179 -
System Red Green Blue C M Y K H S L
Decimal 189 100 20 0 0.47 0.89 0.26 28.4 0.81 0.41
Hex BD 64 14 0 2F 59 1A 1C 51 29
Octal 275 144 24 0 57 131 32 34 121 51
Binary 10111101 1100100 10100 0 101111 1011001 11010 11100 1010001 101001

Color Harmonies of #BD6414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6414

Black with #BD6414

Text Example


Text Example

White with #BD6414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6414; }

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

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

background-color css

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

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

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

border-color css

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

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

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