Html Css Color HEX #BD6710 Chocolate

📋 copy color: '#BD6710'

red 189 ◦ green 103 ◦ blue 16

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

Shades of Chocolate #BD6710

Tints of Chocolate #BD6710

RGB

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

 GREEN value IS 103 (40.63% from 255) = 33.44%

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

R = 61.36%
G = 33.44%
B = 5.19%

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

#BD6710 (or 0xBD6710) is known color: Chocolate. HEX triplet: BD, 67 and 10. RGB value is (189,103,16). Sum of RGB (Red+Green+Blue) = 189+103+16=308 (40% of max value = 765). Red value is 189 (74.22% from 255 or 61.36% from 308); Green value is 103 (40.62% from 255 or 33.44% from 308); Blue value is 16 (6.64% from 255 or 5.19% from 308); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6710 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD6710 is #4298EF. Grayscale: #777777. Windows color (decimal): -4364528 or 1075133. OLE color: 1075133.

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

Color convert

RGB 189 103 16 -
CMYK 0 0.46 0.92 0.26
HSL 30.17º 0.84% 0.4% -
HSV(B) 30.17º 0.92% 0.74% -
XYZ 25.93 20.56 3.09 -
YUV 118.8 69.99 178.07 -
System Red Green Blue C M Y K H S L
Decimal 189 103 16 0 0.46 0.92 0.26 30.17 0.84 0.4
Hex BD 67 10 0 2E 5C 1A 1E 54 28
Octal 275 147 20 0 56 134 32 36 124 50
Binary 10111101 1100111 10000 0 101110 1011100 11010 11110 1010100 101000

Color Harmonies of #BD6710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6710

Black with #BD6710

Text Example


Text Example

White with #BD6710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6710; }

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

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

background-color css

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

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

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

border-color css

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

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

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