Html Css Color HEX #BF650F Chocolate

📋 copy color: '#BF650F'

red 191 ◦ green 101 ◦ blue 15

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

Shades of Chocolate #BF650F

Tints of Chocolate #BF650F

RGB

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

 GREEN value IS 101 (39.84% from 255) = 32.9%

 BLUE value IS 15 (6.25% from 255) = 4.89%

R = 62.21%
G = 32.9%
B = 4.89%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#BF650F (or 0xBF650F) is known color: Chocolate. HEX triplet: BF, 65 and 0F. RGB value is (191,101,15). Sum of RGB (Red+Green+Blue) = 191+101+15=307 (40% of max value = 765). Red value is 191 (75% from 255 or 62.21% from 307); Green value is 101 (39.84% from 255 or 32.90% from 307); Blue value is 15 (6.25% from 255 or 4.89% from 307); Max value from RGB is 191 - color contains mainly: red. Hex color #BF650F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF650F is #409AF0. Grayscale: #767676. Windows color (decimal): -4233969 or 1009087. OLE color: 1009087.

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

Color convert

RGB 191 101 15 -
CMYK 0 0.47 0.92 0.25
HSL 29.32º 0.85% 0.4% -
HSV(B) 29.32º 0.92% 0.75% -
XYZ 26.23 20.42 3.01 -
YUV 118.11 69.82 179.99 -
System Red Green Blue C M Y K H S L
Decimal 191 101 15 0 0.47 0.92 0.25 29.32 0.85 0.4
Hex BF 65 F 0 2F 5C 19 1D 55 28
Octal 277 145 17 0 57 134 31 35 125 50
Binary 10111111 1100101 1111 0 101111 1011100 11001 11101 1010101 101000

Color Harmonies of #BF650F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF650F

Black with #BF650F

Text Example


Text Example

White with #BF650F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF650F; }

 p { color: rgb(191,101,15); }

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

background-color css

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

 a { background-color: rgb(191,101,15); }

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

border-color css

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

 span { border-color: rgb(191,101,15); }

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