Html Css Color HEX #BD6510 Chocolate

📋 copy color: '#BD6510'

red 189 ◦ green 101 ◦ blue 16

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

Shades of Chocolate #BD6510

Tints of Chocolate #BD6510

RGB

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

 GREEN value IS 101 (39.84% from 255) = 33.01%

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

R = 61.76%
G = 33.01%
B = 5.23%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.92

 K value IS 0.26

RGB Variations

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

Color information

#BD6510 (or 0xBD6510) is known color: Chocolate. HEX triplet: BD, 65 and 10. RGB value is (189,101,16). Sum of RGB (Red+Green+Blue) = 189+101+16=306 (40% of max value = 765). Red value is 189 (74.22% from 255 or 61.76% from 306); Green value is 101 (39.84% from 255 or 33.01% from 306); Blue value is 16 (6.64% from 255 or 5.23% from 306); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6510 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD6510 is #429AEF. Grayscale: #767676. Windows color (decimal): -4365040 or 1074621. OLE color: 1074621.

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

Color convert

RGB 189 101 16 -
CMYK 0 0.47 0.92 0.26
HSL 29.48º 0.84% 0.4% -
HSV(B) 29.48º 0.92% 0.74% -
XYZ 25.73 20.16 3.03 -
YUV 117.62 70.65 178.91 -
System Red Green Blue C M Y K H S L
Decimal 189 101 16 0 0.47 0.92 0.26 29.48 0.84 0.4
Hex BD 65 10 0 2F 5C 1A 1D 54 28
Octal 275 145 20 0 57 134 32 35 124 50
Binary 10111101 1100101 10000 0 101111 1011100 11010 11101 1010100 101000

Color Harmonies of #BD6510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6510

Black with #BD6510

Text Example


Text Example

White with #BD6510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6510; }

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

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

background-color css

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

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

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

border-color css

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

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

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