Html Css Color HEX #BF965C Twine

📋 copy color: '#BF965C'

red 191 ◦ green 150 ◦ blue 92

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

Shades of Twine #BF965C

Tints of Twine #BF965C

RGB

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

 GREEN value IS 150 (58.98% from 255) = 34.64%

 BLUE value IS 92 (36.33% from 255) = 21.25%

R = 44.11%
G = 34.64%
B = 21.25%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.52

 K value IS 0.25

RGB Variations

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

Color information

#BF965C (or 0xBF965C) is known color: Twine. HEX triplet: BF, 96 and 5C. RGB value is (191,150,92). Sum of RGB (Red+Green+Blue) = 191+150+92=433 (57% of max value = 765). Red value is 191 (75% from 255 or 44.11% from 433); Green value is 150 (58.98% from 255 or 34.64% from 433); Blue value is 92 (36.33% from 255 or 21.25% from 433); Max value from RGB is 191 - color contains mainly: red. Hex color #BF965C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF965C is #4069A3. Grayscale: #9B9B9B. Windows color (decimal): -4221348 or 6067903. OLE color: 6067903.

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

Color convert

RGB 191 150 92 -
CMYK 0 0.21 0.52 0.25
HSL 35.15º 0.44% 0.55% -
HSV(B) 35.15º 0.52% 0.75% -
XYZ 34.32 33.66 14.81 -
YUV 155.65 92.08 153.22 -
System Red Green Blue C M Y K H S L
Decimal 191 150 92 0 0.21 0.52 0.25 35.15 0.44 0.55
Hex BF 96 5C 0 15 34 19 23 2C 37
Octal 277 226 134 0 25 64 31 43 54 67
Binary 10111111 10010110 1011100 0 10101 110100 11001 100011 101100 110111

Color Harmonies of #BF965C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF965C

Black with #BF965C

Text Example


Text Example

White with #BF965C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF965C; }

 p { color: rgb(191,150,92); }

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

background-color css

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

 a { background-color: rgb(191,150,92); }

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

border-color css

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

 span { border-color: rgb(191,150,92); }

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