Html Css Color HEX #BD6713 Chocolate

📋 copy color: '#BD6713'

red 189 ◦ green 103 ◦ blue 19

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

Shades of Chocolate #BD6713

Tints of Chocolate #BD6713

RGB

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

 GREEN value IS 103 (40.63% from 255) = 33.12%

 BLUE value IS 19 (7.81% from 255) = 6.11%

R = 60.77%
G = 33.12%
B = 6.11%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.90

 K value IS 0.26

RGB Variations

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

Color information

#BD6713 (or 0xBD6713) is known color: Chocolate. HEX triplet: BD, 67 and 13. RGB value is (189,103,19). Sum of RGB (Red+Green+Blue) = 189+103+19=311 (41% of max value = 765). Red value is 189 (74.22% from 255 or 60.77% from 311); Green value is 103 (40.62% from 255 or 33.12% from 311); Blue value is 19 (7.81% from 255 or 6.11% from 311); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6713 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD6713 is #4298EC. Grayscale: #777777. Windows color (decimal): -4364525 or 1271741. OLE color: 1271741.

HSL color Cylindrical-coordinate representation of color #BD6713: hue angle of 29.65º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BD6713 is Cyan = 0, Magento = 0.46, Yellow = 0.90 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 103 19 -
CMYK 0 0.46 0.90 0.26
HSL 29.65º 0.82% 0.41% -
HSV(B) 29.65º 0.9% 0.74% -
XYZ 25.95 20.57 3.22 -
YUV 119.14 71.49 177.83 -
System Red Green Blue C M Y K H S L
Decimal 189 103 19 0 0.46 0.90 0.26 29.65 0.82 0.41
Hex BD 67 13 0 2E 5A 1A 1E 52 29
Octal 275 147 23 0 56 132 32 36 122 51
Binary 10111101 1100111 10011 0 101110 1011010 11010 11110 1010010 101001

Color Harmonies of #BD6713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6713

Black with #BD6713

Text Example


Text Example

White with #BD6713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6713; }

 p { color: rgb(189,103,19); }

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

background-color css

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

 a { background-color: rgb(189,103,19); }

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

border-color css

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

 span { border-color: rgb(189,103,19); }

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