Html Css Color HEX #BD6717 Chocolate

📋 copy color: '#BD6717'

red 189 ◦ green 103 ◦ blue 23

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

Shades of Chocolate #BD6717

Tints of Chocolate #BD6717

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 7.3%

R = 60%
G = 32.7%
B = 7.3%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.88

 K value IS 0.26

RGB Variations

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

Color information

#BD6717 (or 0xBD6717) is known color: Chocolate. HEX triplet: BD, 67 and 17. RGB value is (189,103,23). Sum of RGB (Red+Green+Blue) = 189+103+23=315 (41% of max value = 765). Red value is 189 (74.22% from 255 or 60% from 315); Green value is 103 (40.62% from 255 or 32.70% from 315); Blue value is 23 (9.38% from 255 or 7.30% from 315); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6717 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD6717 is #4298E8. Grayscale: #787878. Windows color (decimal): -4364521 or 1533885. OLE color: 1533885.

HSL color Cylindrical-coordinate representation of color #BD6717: hue angle of 28.92º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BD6717 is Cyan = 0, Magento = 0.46, Yellow = 0.88 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 103 23 -
CMYK 0 0.46 0.88 0.26
HSL 28.92º 0.78% 0.42% -
HSV(B) 28.92º 0.88% 0.74% -
XYZ 25.99 20.58 3.41 -
YUV 119.59 73.49 177.5 -
System Red Green Blue C M Y K H S L
Decimal 189 103 23 0 0.46 0.88 0.26 28.92 0.78 0.42
Hex BD 67 17 0 2E 58 1A 1D 4E 2A
Octal 275 147 27 0 56 130 32 35 116 52
Binary 10111101 1100111 10111 0 101110 1011000 11010 11101 1001110 101010

Color Harmonies of #BD6717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6717

Black with #BD6717

Text Example


Text Example

White with #BD6717

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6717; }

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

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

background-color css

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

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

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

border-color css

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

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

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