Html Css Color HEX #BF6312 Chocolate

📋 copy color: '#BF6312'

red 191 ◦ green 99 ◦ blue 18

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

Shades of Chocolate #BF6312

Tints of Chocolate #BF6312

RGB

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

 GREEN value IS 99 (39.06% from 255) = 32.14%

 BLUE value IS 18 (7.42% from 255) = 5.84%

R = 62.01%
G = 32.14%
B = 5.84%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#BF6312 (or 0xBF6312) is known color: Chocolate. HEX triplet: BF, 63 and 12. RGB value is (191,99,18). Sum of RGB (Red+Green+Blue) = 191+99+18=308 (40% of max value = 765). Red value is 191 (75% from 255 or 62.01% from 308); Green value is 99 (39.06% from 255 or 32.14% from 308); Blue value is 18 (7.42% from 255 or 5.84% from 308); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6312 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF6312 is #409CED. Grayscale: #757575. Windows color (decimal): -4234478 or 1205183. OLE color: 1205183.

HSL color Cylindrical-coordinate representation of color #BF6312: hue angle of 28.09º degrees, saturation: 0.83, 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 #BF6312 is Cyan = 0, Magento = 0.48, Yellow = 0.91 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 99 18 -
CMYK 0 0.48 0.91 0.25
HSL 28.09º 0.83% 0.41% -
HSV(B) 28.09º 0.91% 0.75% -
XYZ 26.06 20.04 3.07 -
YUV 117.27 71.98 180.59 -
System Red Green Blue C M Y K H S L
Decimal 191 99 18 0 0.48 0.91 0.25 28.09 0.83 0.41
Hex BF 63 12 0 30 5B 19 1C 53 29
Octal 277 143 22 0 60 133 31 34 123 51
Binary 10111111 1100011 10010 0 110000 1011011 11001 11100 1010011 101001

Color Harmonies of #BF6312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6312

Black with #BF6312

Text Example


Text Example

White with #BF6312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6312; }

 p { color: rgb(191,99,18); }

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

background-color css

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

 a { background-color: rgb(191,99,18); }

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

border-color css

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

 span { border-color: rgb(191,99,18); }

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