Html Css Color HEX #BF671B Chocolate

📋 copy color: '#BF671B'

red 191 ◦ green 103 ◦ blue 27

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

Shades of Chocolate #BF671B

Tints of Chocolate #BF671B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 8.41%

R = 59.5%
G = 32.09%
B = 8.41%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.86

 K value IS 0.25

RGB Variations

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

Color information

#BF671B (or 0xBF671B) is known color: Chocolate. HEX triplet: BF, 67 and 1B. RGB value is (191,103,27). Sum of RGB (Red+Green+Blue) = 191+103+27=321 (42% of max value = 765). Red value is 191 (75% from 255 or 59.50% from 321); Green value is 103 (40.62% from 255 or 32.09% from 321); Blue value is 27 (10.94% from 255 or 8.41% from 321); Max value from RGB is 191 - color contains mainly: red. Hex color #BF671B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF671B is #4098E4. Grayscale: #797979. Windows color (decimal): -4233445 or 1796031. OLE color: 1796031.

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

Color convert

RGB 191 103 27 -
CMYK 0 0.46 0.86 0.25
HSL 27.8º 0.75% 0.43% -
HSV(B) 27.8º 0.86% 0.75% -
XYZ 26.53 20.86 3.66 -
YUV 120.65 75.15 178.18 -
System Red Green Blue C M Y K H S L
Decimal 191 103 27 0 0.46 0.86 0.25 27.8 0.75 0.43
Hex BF 67 1B 0 2E 56 19 1C 4B 2B
Octal 277 147 33 0 56 126 31 34 113 53
Binary 10111111 1100111 11011 0 101110 1010110 11001 11100 1001011 101011

Color Harmonies of #BF671B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF671B

Black with #BF671B

Text Example


Text Example

White with #BF671B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF671B; }

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

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

background-color css

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

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

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

border-color css

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

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

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