Html Css Color HEX #BD6411 Chocolate

📋 copy color: '#BD6411'

red 189 ◦ green 100 ◦ blue 17

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

Shades of Chocolate #BD6411

Tints of Chocolate #BD6411

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 5.56%

R = 61.76%
G = 32.68%
B = 5.56%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.91

 K value IS 0.26

RGB Variations

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

Color information

#BD6411 (or 0xBD6411) is known color: Chocolate. HEX triplet: BD, 64 and 11. RGB value is (189,100,17). Sum of RGB (Red+Green+Blue) = 189+100+17=306 (40% of max value = 765). Red value is 189 (74.22% from 255 or 61.76% from 306); Green value is 100 (39.45% from 255 or 32.68% from 306); Blue value is 17 (7.03% from 255 or 5.56% from 306); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6411 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD6411 is #429BEE. Grayscale: #757575. Windows color (decimal): -4365295 or 1139901. OLE color: 1139901.

HSL color Cylindrical-coordinate representation of color #BD6411: hue angle of 28.95º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BD6411 is Cyan = 0, Magento = 0.47, Yellow = 0.91 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 100 17 -
CMYK 0 0.47 0.91 0.26
HSL 28.95º 0.83% 0.4% -
HSV(B) 28.95º 0.91% 0.74% -
XYZ 25.64 19.97 3.03 -
YUV 117.15 71.49 179.25 -
System Red Green Blue C M Y K H S L
Decimal 189 100 17 0 0.47 0.91 0.26 28.95 0.83 0.4
Hex BD 64 11 0 2F 5B 1A 1D 53 28
Octal 275 144 21 0 57 133 32 35 123 50
Binary 10111101 1100100 10001 0 101111 1011011 11010 11101 1010011 101000

Color Harmonies of #BD6411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6411

Black with #BD6411

Text Example


Text Example

White with #BD6411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6411; }

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

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

background-color css

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

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

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

border-color css

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

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

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