Html Css Color HEX #BF6B10 Chocolate

📋 copy color: '#BF6B10'

red 191 ◦ green 107 ◦ blue 16

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

Shades of Chocolate #BF6B10

Tints of Chocolate #BF6B10

RGB

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

 GREEN value IS 107 (42.19% from 255) = 34.08%

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

R = 60.83%
G = 34.08%
B = 5.1%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#BF6B10 (or 0xBF6B10) is known color: Chocolate. HEX triplet: BF, 6B and 10. RGB value is (191,107,16). Sum of RGB (Red+Green+Blue) = 191+107+16=314 (41% of max value = 765). Red value is 191 (75% from 255 or 60.83% from 314); Green value is 107 (42.19% from 255 or 34.08% from 314); Blue value is 16 (6.64% from 255 or 5.10% from 314); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6B10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF6B10 is #4094EF. Grayscale: #7A7A7A. Windows color (decimal): -4232432 or 1076159. OLE color: 1076159.

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

Color convert

RGB 191 107 16 -
CMYK 0 0.44 0.92 0.25
HSL 31.2º 0.85% 0.41% -
HSV(B) 31.2º 0.92% 0.75% -
XYZ 26.84 21.63 3.25 -
YUV 121.74 68.33 177.4 -
System Red Green Blue C M Y K H S L
Decimal 191 107 16 0 0.44 0.92 0.25 31.2 0.85 0.41
Hex BF 6B 10 0 2C 5C 19 1F 55 29
Octal 277 153 20 0 54 134 31 37 125 51
Binary 10111111 1101011 10000 0 101100 1011100 11001 11111 1010101 101001

Color Harmonies of #BF6B10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6B10

Black with #BF6B10

Text Example


Text Example

White with #BF6B10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6B10; }

 p { color: rgb(191,107,16); }

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

background-color css

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

 a { background-color: rgb(191,107,16); }

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

border-color css

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

 span { border-color: rgb(191,107,16); }

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