Html Css Color HEX #BD6610 Chocolate

📋 copy color: '#BD6610'

red 189 ◦ green 102 ◦ blue 16

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

Shades of Chocolate #BD6610

Tints of Chocolate #BD6610

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.21%

R = 61.56%
G = 33.22%
B = 5.21%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.92

 K value IS 0.26

RGB Variations

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

Color information

#BD6610 (or 0xBD6610) is known color: Chocolate. HEX triplet: BD, 66 and 10. RGB value is (189,102,16). Sum of RGB (Red+Green+Blue) = 189+102+16=307 (40% of max value = 765). Red value is 189 (74.22% from 255 or 61.56% from 307); Green value is 102 (40.23% from 255 or 33.22% from 307); Blue value is 16 (6.64% from 255 or 5.21% from 307); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6610 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD6610 is #4299EF. Grayscale: #767676. Windows color (decimal): -4364784 or 1074877. OLE color: 1074877.

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

Color convert

RGB 189 102 16 -
CMYK 0 0.46 0.92 0.26
HSL 29.83º 0.84% 0.4% -
HSV(B) 29.83º 0.92% 0.74% -
XYZ 25.83 20.36 3.06 -
YUV 118.21 70.32 178.49 -
System Red Green Blue C M Y K H S L
Decimal 189 102 16 0 0.46 0.92 0.26 29.83 0.84 0.4
Hex BD 66 10 0 2E 5C 1A 1E 54 28
Octal 275 146 20 0 56 134 32 36 124 50
Binary 10111101 1100110 10000 0 101110 1011100 11010 11110 1010100 101000

Color Harmonies of #BD6610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6610

Black with #BD6610

Text Example


Text Example

White with #BD6610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6610; }

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

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

background-color css

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

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

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

border-color css

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

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

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