Html Css Color HEX #BF6611 Chocolate

📋 copy color: '#BF6611'

red 191 ◦ green 102 ◦ blue 17

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

Shades of Chocolate #BF6611

Tints of Chocolate #BF6611

RGB

 RED value IS 191 (75% from 255) = 61.61%

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

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

R = 61.61%
G = 32.9%
B = 5.48%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#BF6611 (or 0xBF6611) is known color: Chocolate. HEX triplet: BF, 66 and 11. RGB value is (191,102,17). Sum of RGB (Red+Green+Blue) = 191+102+17=310 (41% of max value = 765). Red value is 191 (75% from 255 or 61.61% from 310); Green value is 102 (40.23% from 255 or 32.90% from 310); Blue value is 17 (7.03% from 255 or 5.48% from 310); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6611 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF6611 is #4099EE. Grayscale: #777777. Windows color (decimal): -4233711 or 1140415. OLE color: 1140415.

HSL color Cylindrical-coordinate representation of color #BF6611: hue angle of 29.31º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BF6611 is Cyan = 0, Magento = 0.47, Yellow = 0.91 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 102 17 -
CMYK 0 0.47 0.91 0.25
HSL 29.31º 0.84% 0.41% -
HSV(B) 29.31º 0.91% 0.75% -
XYZ 26.34 20.62 3.12 -
YUV 118.92 70.49 179.41 -
System Red Green Blue C M Y K H S L
Decimal 191 102 17 0 0.47 0.91 0.25 29.31 0.84 0.41
Hex BF 66 11 0 2F 5B 19 1D 54 29
Octal 277 146 21 0 57 133 31 35 124 51
Binary 10111111 1100110 10001 0 101111 1011011 11001 11101 1010100 101001

Color Harmonies of #BF6611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6611

Black with #BF6611

Text Example


Text Example

White with #BF6611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6611; }

 p { color: rgb(191,102,17); }

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

background-color css

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

 a { background-color: rgb(191,102,17); }

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

border-color css

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

 span { border-color: rgb(191,102,17); }

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