Html Css Color HEX #BD6514 Chocolate

📋 copy color: '#BD6514'

red 189 ◦ green 101 ◦ blue 20

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

Shades of Chocolate #BD6514

Tints of Chocolate #BD6514

RGB

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

 GREEN value IS 101 (39.84% from 255) = 32.58%

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

R = 60.97%
G = 32.58%
B = 6.45%

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

#BD6514 (or 0xBD6514) is known color: Chocolate. HEX triplet: BD, 65 and 14. RGB value is (189,101,20). Sum of RGB (Red+Green+Blue) = 189+101+20=310 (41% of max value = 765). Red value is 189 (74.22% from 255 or 60.97% from 310); Green value is 101 (39.84% from 255 or 32.58% from 310); Blue value is 20 (8.20% from 255 or 6.45% from 310); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6514 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD6514 is #429AEB. Grayscale: #767676. Windows color (decimal): -4365036 or 1336765. OLE color: 1336765.

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

Color convert

RGB 189 101 20 -
CMYK 0 0.47 0.89 0.26
HSL 28.76º 0.81% 0.41% -
HSV(B) 28.76º 0.89% 0.74% -
XYZ 25.77 20.18 3.2 -
YUV 118.08 72.65 178.59 -
System Red Green Blue C M Y K H S L
Decimal 189 101 20 0 0.47 0.89 0.26 28.76 0.81 0.41
Hex BD 65 14 0 2F 59 1A 1D 51 29
Octal 275 145 24 0 57 131 32 35 121 51
Binary 10111101 1100101 10100 0 101111 1011001 11010 11101 1010001 101001

Color Harmonies of #BD6514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6514

Black with #BD6514

Text Example


Text Example

White with #BD6514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6514; }

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

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

background-color css

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

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

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

border-color css

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

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

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