Html Css Color HEX #BD6311 Chocolate

📋 copy color: '#BD6311'

red 189 ◦ green 99 ◦ blue 17

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

Shades of Chocolate #BD6311

Tints of Chocolate #BD6311

RGB

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

 GREEN value IS 99 (39.06% from 255) = 32.46%

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

R = 61.97%
G = 32.46%
B = 5.57%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.91

 K value IS 0.26

RGB Variations

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

Color information

#BD6311 (or 0xBD6311) is known color: Chocolate. HEX triplet: BD, 63 and 11. RGB value is (189,99,17). Sum of RGB (Red+Green+Blue) = 189+99+17=305 (40% of max value = 765). Red value is 189 (74.22% from 255 or 61.97% from 305); Green value is 99 (39.06% from 255 or 32.46% from 305); Blue value is 17 (7.03% from 255 or 5.57% from 305); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6311 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD6311 is #429CEE. Grayscale: #747474. Windows color (decimal): -4365551 or 1139645. OLE color: 1139645.

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

Color convert

RGB 189 99 17 -
CMYK 0 0.48 0.91 0.26
HSL 28.6º 0.83% 0.4% -
HSV(B) 28.6º 0.91% 0.74% -
XYZ 25.55 19.78 3 -
YUV 116.56 71.82 179.67 -
System Red Green Blue C M Y K H S L
Decimal 189 99 17 0 0.48 0.91 0.26 28.6 0.83 0.4
Hex BD 63 11 0 30 5B 1A 1D 53 28
Octal 275 143 21 0 60 133 32 35 123 50
Binary 10111101 1100011 10001 0 110000 1011011 11010 11101 1010011 101000

Color Harmonies of #BD6311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6311

Black with #BD6311

Text Example


Text Example

White with #BD6311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6311; }

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

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

background-color css

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

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

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

border-color css

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

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

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