Html Css Color HEX #BF8C62 Twine

📋 copy color: '#BF8C62'

red 191 ◦ green 140 ◦ blue 98

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

Shades of Twine #BF8C62

Tints of Twine #BF8C62

RGB

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

 GREEN value IS 140 (55.08% from 255) = 32.63%

 BLUE value IS 98 (38.67% from 255) = 22.84%

R = 44.52%
G = 32.63%
B = 22.84%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.49

 K value IS 0.25

RGB Variations

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

Color information

#BF8C62 (or 0xBF8C62) is known color: Twine. HEX triplet: BF, 8C and 62. RGB value is (191,140,98). Sum of RGB (Red+Green+Blue) = 191+140+98=429 (56% of max value = 765). Red value is 191 (75% from 255 or 44.52% from 429); Green value is 140 (55.08% from 255 or 32.63% from 429); Blue value is 98 (38.67% from 255 or 22.84% from 429); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8C62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8C62 is #40739D. Grayscale: #969696. Windows color (decimal): -4223902 or 6458559. OLE color: 6458559.

HSL color Cylindrical-coordinate representation of color #BF8C62: hue angle of 27.1º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BF8C62 is Cyan = 0, Magento = 0.27, Yellow = 0.49 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 140 98 -
CMYK 0 0.27 0.49 0.25
HSL 27.1º 0.42% 0.57% -
HSV(B) 27.1º 0.49% 0.75% -
XYZ 33.07 30.71 15.74 -
YUV 150.46 98.4 156.92 -
System Red Green Blue C M Y K H S L
Decimal 191 140 98 0 0.27 0.49 0.25 27.1 0.42 0.57
Hex BF 8C 62 0 1B 31 19 1B 2A 39
Octal 277 214 142 0 33 61 31 33 52 71
Binary 10111111 10001100 1100010 0 11011 110001 11001 11011 101010 111001

Color Harmonies of #BF8C62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8C62

Black with #BF8C62

Text Example


Text Example

White with #BF8C62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8C62; }

 p { color: rgb(191,140,98); }

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

background-color css

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

 a { background-color: rgb(191,140,98); }

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

border-color css

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

 span { border-color: rgb(191,140,98); }

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