Html Css Color HEX #BF9355 Twine

📋 copy color: '#BF9355'

red 191 ◦ green 147 ◦ blue 85

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

Shades of Twine #BF9355

Tints of Twine #BF9355

RGB

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

 GREEN value IS 147 (57.81% from 255) = 34.75%

 BLUE value IS 85 (33.59% from 255) = 20.09%

R = 45.15%
G = 34.75%
B = 20.09%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.55

 K value IS 0.25

RGB Variations

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

Color information

#BF9355 (or 0xBF9355) is known color: Twine. HEX triplet: BF, 93 and 55. RGB value is (191,147,85). Sum of RGB (Red+Green+Blue) = 191+147+85=423 (56% of max value = 765). Red value is 191 (75% from 255 or 45.15% from 423); Green value is 147 (57.81% from 255 or 34.75% from 423); Blue value is 85 (33.59% from 255 or 20.09% from 423); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9355 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF9355 is #406CAA. Grayscale: #999999. Windows color (decimal): -4222123 or 5608383. OLE color: 5608383.

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

Color convert

RGB 191 147 85 -
CMYK 0 0.23 0.55 0.25
HSL 35.09º 0.45% 0.54% -
HSV(B) 35.09º 0.55% 0.75% -
XYZ 33.56 32.6 13.12 -
YUV 153.09 89.58 155.04 -
System Red Green Blue C M Y K H S L
Decimal 191 147 85 0 0.23 0.55 0.25 35.09 0.45 0.54
Hex BF 93 55 0 17 37 19 23 2D 36
Octal 277 223 125 0 27 67 31 43 55 66
Binary 10111111 10010011 1010101 0 10111 110111 11001 100011 101101 110110

Color Harmonies of #BF9355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF9355

Black with #BF9355

Text Example


Text Example

White with #BF9355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF9355; }

 p { color: rgb(191,147,85); }

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

background-color css

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

 a { background-color: rgb(191,147,85); }

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

border-color css

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

 span { border-color: rgb(191,147,85); }

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