Html Css Color HEX #BD6413 Chocolate

📋 copy color: '#BD6413'

red 189 ◦ green 100 ◦ blue 19

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

Shades of Chocolate #BD6413

Tints of Chocolate #BD6413

RGB

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

 GREEN value IS 100 (39.45% from 255) = 32.47%

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

R = 61.36%
G = 32.47%
B = 6.17%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.90

 K value IS 0.26

RGB Variations

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

Color information

#BD6413 (or 0xBD6413) is known color: Chocolate. HEX triplet: BD, 64 and 13. RGB value is (189,100,19). Sum of RGB (Red+Green+Blue) = 189+100+19=308 (40% of max value = 765). Red value is 189 (74.22% from 255 or 61.36% from 308); Green value is 100 (39.45% from 255 or 32.47% from 308); Blue value is 19 (7.81% from 255 or 6.17% from 308); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6413 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD6413 is #429BEC. Grayscale: #757575. Windows color (decimal): -4365293 or 1270973. OLE color: 1270973.

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

Color convert

RGB 189 100 19 -
CMYK 0 0.47 0.90 0.26
HSL 28.59º 0.82% 0.41% -
HSV(B) 28.59º 0.9% 0.74% -
XYZ 25.66 19.98 3.12 -
YUV 117.38 72.49 179.09 -
System Red Green Blue C M Y K H S L
Decimal 189 100 19 0 0.47 0.90 0.26 28.59 0.82 0.41
Hex BD 64 13 0 2F 5A 1A 1D 52 29
Octal 275 144 23 0 57 132 32 35 122 51
Binary 10111101 1100100 10011 0 101111 1011010 11010 11101 1010010 101001

Color Harmonies of #BD6413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6413

Black with #BD6413

Text Example


Text Example

White with #BD6413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6413; }

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

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

background-color css

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

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

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

border-color css

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

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

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