Html Css Color HEX #BD6711 Chocolate

📋 copy color: '#BD6711'

red 189 ◦ green 103 ◦ blue 17

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

Shades of Chocolate #BD6711

Tints of Chocolate #BD6711

RGB

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

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

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

R = 61.17%
G = 33.33%
B = 5.5%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.91

 K value IS 0.26

RGB Variations

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

Color information

#BD6711 (or 0xBD6711) is known color: Chocolate. HEX triplet: BD, 67 and 11. RGB value is (189,103,17). Sum of RGB (Red+Green+Blue) = 189+103+17=309 (40% of max value = 765). Red value is 189 (74.22% from 255 or 61.17% from 309); Green value is 103 (40.62% from 255 or 33.33% from 309); Blue value is 17 (7.03% from 255 or 5.50% from 309); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6711 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD6711 is #4298EE. Grayscale: #777777. Windows color (decimal): -4364527 or 1140669. OLE color: 1140669.

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

Color convert

RGB 189 103 17 -
CMYK 0 0.46 0.91 0.26
HSL 30º 0.83% 0.4% -
HSV(B) 30º 0.91% 0.74% -
XYZ 25.94 20.56 3.13 -
YUV 118.91 70.49 177.99 -
System Red Green Blue C M Y K H S L
Decimal 189 103 17 0 0.46 0.91 0.26 30 0.83 0.4
Hex BD 67 11 0 2E 5B 1A 1E 53 28
Octal 275 147 21 0 56 133 32 36 123 50
Binary 10111101 1100111 10001 0 101110 1011011 11010 11110 1010011 101000

Color Harmonies of #BD6711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6711

Black with #BD6711

Text Example


Text Example

White with #BD6711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6711; }

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

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

background-color css

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

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

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

border-color css

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

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

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