Html Css Color HEX #BD6815 Chocolate

📋 copy color: '#BD6815'

red 189 ◦ green 104 ◦ blue 21

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

Shades of Chocolate #BD6815

Tints of Chocolate #BD6815

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 6.69%

R = 60.19%
G = 33.12%
B = 6.69%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.89

 K value IS 0.26

RGB Variations

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

Color information

#BD6815 (or 0xBD6815) is known color: Chocolate. HEX triplet: BD, 68 and 15. RGB value is (189,104,21). Sum of RGB (Red+Green+Blue) = 189+104+21=314 (41% of max value = 765). Red value is 189 (74.22% from 255 or 60.19% from 314); Green value is 104 (41.02% from 255 or 33.12% from 314); Blue value is 21 (8.59% from 255 or 6.69% from 314); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6815 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD6815 is #4297EA. Grayscale: #787878. Windows color (decimal): -4364267 or 1403069. OLE color: 1403069.

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

Color convert

RGB 189 104 21 -
CMYK 0 0.45 0.89 0.26
HSL 29.64º 0.8% 0.41% -
HSV(B) 29.64º 0.89% 0.74% -
XYZ 26.07 20.77 3.35 -
YUV 119.95 72.16 177.25 -
System Red Green Blue C M Y K H S L
Decimal 189 104 21 0 0.45 0.89 0.26 29.64 0.8 0.41
Hex BD 68 15 0 2D 59 1A 1E 50 29
Octal 275 150 25 0 55 131 32 36 120 51
Binary 10111101 1101000 10101 0 101101 1011001 11010 11110 1010000 101001

Color Harmonies of #BD6815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6815

Black with #BD6815

Text Example


Text Example

White with #BD6815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6815; }

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

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

background-color css

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

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

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

border-color css

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

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

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