Html Css Color HEX #BF6716 Chocolate

📋 copy color: '#BF6716'

red 191 ◦ green 103 ◦ blue 22

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

Shades of Chocolate #BF6716

Tints of Chocolate #BF6716

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 6.96%

R = 60.44%
G = 32.59%
B = 6.96%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.88

 K value IS 0.25

RGB Variations

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

Color information

#BF6716 (or 0xBF6716) is known color: Chocolate. HEX triplet: BF, 67 and 16. RGB value is (191,103,22). Sum of RGB (Red+Green+Blue) = 191+103+22=316 (41% of max value = 765). Red value is 191 (75% from 255 or 60.44% from 316); Green value is 103 (40.62% from 255 or 32.59% from 316); Blue value is 22 (8.98% from 255 or 6.96% from 316); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6716 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF6716 is #4098E9. Grayscale: #787878. Windows color (decimal): -4233450 or 1468351. OLE color: 1468351.

HSL color Cylindrical-coordinate representation of color #BF6716: hue angle of 28.76º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BF6716 is Cyan = 0, Magento = 0.46, Yellow = 0.88 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 103 22 -
CMYK 0 0.46 0.88 0.25
HSL 28.76º 0.79% 0.42% -
HSV(B) 28.76º 0.88% 0.75% -
XYZ 26.48 20.83 3.38 -
YUV 120.08 72.65 178.59 -
System Red Green Blue C M Y K H S L
Decimal 191 103 22 0 0.46 0.88 0.25 28.76 0.79 0.42
Hex BF 67 16 0 2E 58 19 1D 4F 2A
Octal 277 147 26 0 56 130 31 35 117 52
Binary 10111111 1100111 10110 0 101110 1011000 11001 11101 1001111 101010

Color Harmonies of #BF6716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6716

Black with #BF6716

Text Example


Text Example

White with #BF6716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6716; }

 p { color: rgb(191,103,22); }

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

background-color css

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

 a { background-color: rgb(191,103,22); }

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

border-color css

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

 span { border-color: rgb(191,103,22); }

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