Html Css Color HEX #BD6613 Chocolate

📋 copy color: '#BD6613'

red 189 ◦ green 102 ◦ blue 19

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

Shades of Chocolate #BD6613

Tints of Chocolate #BD6613

RGB

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

 GREEN value IS 102 (40.23% from 255) = 32.9%

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

R = 60.97%
G = 32.9%
B = 6.13%

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

#BD6613 (or 0xBD6613) is known color: Chocolate. HEX triplet: BD, 66 and 13. RGB value is (189,102,19). Sum of RGB (Red+Green+Blue) = 189+102+19=310 (41% of max value = 765). Red value is 189 (74.22% from 255 or 60.97% from 310); Green value is 102 (40.23% from 255 or 32.90% from 310); Blue value is 19 (7.81% from 255 or 6.13% from 310); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6613 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD6613 is #4299EC. Grayscale: #767676. Windows color (decimal): -4364781 or 1271485. OLE color: 1271485.

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

Color convert

RGB 189 102 19 -
CMYK 0 0.46 0.90 0.26
HSL 29.29º 0.82% 0.41% -
HSV(B) 29.29º 0.9% 0.74% -
XYZ 25.86 20.37 3.18 -
YUV 118.55 71.82 178.25 -
System Red Green Blue C M Y K H S L
Decimal 189 102 19 0 0.46 0.90 0.26 29.29 0.82 0.41
Hex BD 66 13 0 2E 5A 1A 1D 52 29
Octal 275 146 23 0 56 132 32 35 122 51
Binary 10111101 1100110 10011 0 101110 1011010 11010 11101 1010010 101001

Color Harmonies of #BD6613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6613

Black with #BD6613

Text Example


Text Example

White with #BD6613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6613; }

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

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

background-color css

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

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

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

border-color css

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

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

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