Html Css Color HEX #BD6817 Chocolate

📋 copy color: '#BD6817'

red 189 ◦ green 104 ◦ blue 23

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

Shades of Chocolate #BD6817

Tints of Chocolate #BD6817

RGB

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

 GREEN value IS 104 (41.02% from 255) = 32.91%

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

R = 59.81%
G = 32.91%
B = 7.28%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.88

 K value IS 0.26

RGB Variations

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

Color information

#BD6817 (or 0xBD6817) is known color: Chocolate. HEX triplet: BD, 68 and 17. RGB value is (189,104,23). Sum of RGB (Red+Green+Blue) = 189+104+23=316 (41% of max value = 765). Red value is 189 (74.22% from 255 or 59.81% from 316); Green value is 104 (41.02% from 255 or 32.91% from 316); Blue value is 23 (9.38% from 255 or 7.28% from 316); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6817 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD6817 is #4297E8. Grayscale: #787878. Windows color (decimal): -4364265 or 1534141. OLE color: 1534141.

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

Color convert

RGB 189 104 23 -
CMYK 0 0.45 0.88 0.26
HSL 29.28º 0.78% 0.42% -
HSV(B) 29.28º 0.88% 0.74% -
XYZ 26.09 20.78 3.45 -
YUV 120.18 73.16 177.09 -
System Red Green Blue C M Y K H S L
Decimal 189 104 23 0 0.45 0.88 0.26 29.28 0.78 0.42
Hex BD 68 17 0 2D 58 1A 1D 4E 2A
Octal 275 150 27 0 55 130 32 35 116 52
Binary 10111101 1101000 10111 0 101101 1011000 11010 11101 1001110 101010

Color Harmonies of #BD6817

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6817

Black with #BD6817

Text Example


Text Example

White with #BD6817

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6817; }

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

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

background-color css

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

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

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

border-color css

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

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

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