Html Css Color HEX #BF671A Chocolate

📋 copy color: '#BF671A'

red 191 ◦ green 103 ◦ blue 26

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

Shades of Chocolate #BF671A

Tints of Chocolate #BF671A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 8.13%

R = 59.69%
G = 32.19%
B = 8.13%

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

#BF671A (or 0xBF671A) is known color: Chocolate. HEX triplet: BF, 67 and 1A. RGB value is (191,103,26). Sum of RGB (Red+Green+Blue) = 191+103+26=320 (42% of max value = 765). Red value is 191 (75% from 255 or 59.69% from 320); Green value is 103 (40.62% from 255 or 32.19% from 320); Blue value is 26 (10.55% from 255 or 8.12% from 320); Max value from RGB is 191 - color contains mainly: red. Hex color #BF671A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF671A is #4098E5. Grayscale: #787878. Windows color (decimal): -4233446 or 1730495. OLE color: 1730495.

HSL color Cylindrical-coordinate representation of color #BF671A: hue angle of 28º degrees, saturation: 0.76, 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 #BF671A is Cyan = 0, Magento = 0.46, Yellow = 0.86 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 103 26 -
CMYK 0 0.46 0.86 0.25
HSL 28º 0.76% 0.43% -
HSV(B) 28º 0.86% 0.75% -
XYZ 26.52 20.85 3.6 -
YUV 120.53 74.65 178.26 -
System Red Green Blue C M Y K H S L
Decimal 191 103 26 0 0.46 0.86 0.25 28 0.76 0.43
Hex BF 67 1A 0 2E 56 19 1C 4C 2B
Octal 277 147 32 0 56 126 31 34 114 53
Binary 10111111 1100111 11010 0 101110 1010110 11001 11100 1001100 101011

Color Harmonies of #BF671A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF671A

Black with #BF671A

Text Example


Text Example

White with #BF671A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF671A; }

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

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

background-color css

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

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

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

border-color css

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

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

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