Html Css Color HEX #BF8450 Twine

📋 copy color: '#BF8450'

red 191 ◦ green 132 ◦ blue 80

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

Shades of Twine #BF8450

Tints of Twine #BF8450

RGB

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

 GREEN value IS 132 (51.95% from 255) = 32.75%

 BLUE value IS 80 (31.64% from 255) = 19.85%

R = 47.39%
G = 32.75%
B = 19.85%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.58

 K value IS 0.25

RGB Variations

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

Color information

#BF8450 (or 0xBF8450) is known color: Twine. HEX triplet: BF, 84 and 50. RGB value is (191,132,80). Sum of RGB (Red+Green+Blue) = 191+132+80=403 (53% of max value = 765). Red value is 191 (75% from 255 or 47.39% from 403); Green value is 132 (51.95% from 255 or 32.75% from 403); Blue value is 80 (31.64% from 255 or 19.85% from 403); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8450 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8450 is #407BAF. Grayscale: #8F8F8F. Windows color (decimal): -4225968 or 5276863. OLE color: 5276863.

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

Color convert

RGB 191 132 80 -
CMYK 0 0.31 0.58 0.25
HSL 28.11º 0.46% 0.53% -
HSV(B) 28.11º 0.58% 0.75% -
XYZ 31.19 28.16 11.38 -
YUV 143.71 92.05 161.73 -
System Red Green Blue C M Y K H S L
Decimal 191 132 80 0 0.31 0.58 0.25 28.11 0.46 0.53
Hex BF 84 50 0 1F 3A 19 1C 2E 35
Octal 277 204 120 0 37 72 31 34 56 65
Binary 10111111 10000100 1010000 0 11111 111010 11001 11100 101110 110101

Color Harmonies of #BF8450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8450

Black with #BF8450

Text Example


Text Example

White with #BF8450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8450; }

 p { color: rgb(191,132,80); }

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

background-color css

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

 a { background-color: rgb(191,132,80); }

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

border-color css

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

 span { border-color: rgb(191,132,80); }

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