Html Css Color HEX #BF690E Chocolate

📋 copy color: '#BF690E'

red 191 ◦ green 105 ◦ blue 14

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

Shades of Chocolate #BF690E

Tints of Chocolate #BF690E

RGB

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

 GREEN value IS 105 (41.41% from 255) = 33.87%

 BLUE value IS 14 (5.86% from 255) = 4.52%

R = 61.61%
G = 33.87%
B = 4.52%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.93

 K value IS 0.25

RGB Variations

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

Color information

#BF690E (or 0xBF690E) is known color: Chocolate. HEX triplet: BF, 69 and 0E. RGB value is (191,105,14). Sum of RGB (Red+Green+Blue) = 191+105+14=310 (41% of max value = 765). Red value is 191 (75% from 255 or 61.61% from 310); Green value is 105 (41.41% from 255 or 33.87% from 310); Blue value is 14 (5.86% from 255 or 4.52% from 310); Max value from RGB is 191 - color contains mainly: red. Hex color #BF690E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF690E is #4096F1. Grayscale: #787878. Windows color (decimal): -4232946 or 944575. OLE color: 944575.

HSL color Cylindrical-coordinate representation of color #BF690E: hue angle of 30.85º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BF690E is Cyan = 0, Magento = 0.45, Yellow = 0.93 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 105 14 -
CMYK 0 0.45 0.93 0.25
HSL 30.85º 0.86% 0.4% -
HSV(B) 30.85º 0.93% 0.75% -
XYZ 26.62 21.21 3.11 -
YUV 120.34 67.99 178.4 -
System Red Green Blue C M Y K H S L
Decimal 191 105 14 0 0.45 0.93 0.25 30.85 0.86 0.4
Hex BF 69 E 0 2D 5D 19 1F 56 28
Octal 277 151 16 0 55 135 31 37 126 50
Binary 10111111 1101001 1110 0 101101 1011101 11001 11111 1010110 101000

Color Harmonies of #BF690E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF690E

Black with #BF690E

Text Example


Text Example

White with #BF690E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF690E; }

 p { color: rgb(191,105,14); }

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

background-color css

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

 a { background-color: rgb(191,105,14); }

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

border-color css

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

 span { border-color: rgb(191,105,14); }

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