Html Css Color HEX #BF8752 Twine

📋 copy color: '#BF8752'

red 191 ◦ green 135 ◦ blue 82

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

Shades of Twine #BF8752

Tints of Twine #BF8752

RGB

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

 GREEN value IS 135 (53.13% from 255) = 33.09%

 BLUE value IS 82 (32.42% from 255) = 20.1%

R = 46.81%
G = 33.09%
B = 20.1%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.57

 K value IS 0.25

RGB Variations

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

Color information

#BF8752 (or 0xBF8752) is known color: Twine. HEX triplet: BF, 87 and 52. RGB value is (191,135,82). Sum of RGB (Red+Green+Blue) = 191+135+82=408 (54% of max value = 765). Red value is 191 (75% from 255 or 46.81% from 408); Green value is 135 (53.12% from 255 or 33.09% from 408); Blue value is 82 (32.42% from 255 or 20.10% from 408); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8752 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8752 is #4078AD. Grayscale: #919191. Windows color (decimal): -4225198 or 5408703. OLE color: 5408703.

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

Color convert

RGB 191 135 82 -
CMYK 0 0.29 0.57 0.25
HSL 29.17º 0.46% 0.54% -
HSV(B) 29.17º 0.57% 0.75% -
XYZ 31.67 29.01 11.91 -
YUV 145.7 92.05 160.31 -
System Red Green Blue C M Y K H S L
Decimal 191 135 82 0 0.29 0.57 0.25 29.17 0.46 0.54
Hex BF 87 52 0 1D 39 19 1D 2E 36
Octal 277 207 122 0 35 71 31 35 56 66
Binary 10111111 10000111 1010010 0 11101 111001 11001 11101 101110 110110

Color Harmonies of #BF8752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8752

Black with #BF8752

Text Example


Text Example

White with #BF8752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8752; }

 p { color: rgb(191,135,82); }

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

background-color css

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

 a { background-color: rgb(191,135,82); }

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

border-color css

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

 span { border-color: rgb(191,135,82); }

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