Html Css Color HEX #BF965D Twine

📋 copy color: '#BF965D'

red 191 ◦ green 150 ◦ blue 93

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

Shades of Twine #BF965D

Tints of Twine #BF965D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 21.43%

R = 44.01%
G = 34.56%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.51

 K value IS 0.25

RGB Variations

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

Color information

#BF965D (or 0xBF965D) is known color: Twine. HEX triplet: BF, 96 and 5D. RGB value is (191,150,93). Sum of RGB (Red+Green+Blue) = 191+150+93=434 (57% of max value = 765). Red value is 191 (75% from 255 or 44.01% from 434); Green value is 150 (58.98% from 255 or 34.56% from 434); Blue value is 93 (36.72% from 255 or 21.43% from 434); Max value from RGB is 191 - color contains mainly: red. Hex color #BF965D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF965D is #4069A2. Grayscale: #9C9C9C. Windows color (decimal): -4221347 or 6133439. OLE color: 6133439.

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

Color convert

RGB 191 150 93 -
CMYK 0 0.21 0.51 0.25
HSL 34.9º 0.43% 0.56% -
HSV(B) 34.9º 0.51% 0.75% -
XYZ 34.37 33.68 15.05 -
YUV 155.76 92.58 153.13 -
System Red Green Blue C M Y K H S L
Decimal 191 150 93 0 0.21 0.51 0.25 34.9 0.43 0.56
Hex BF 96 5D 0 15 33 19 23 2B 38
Octal 277 226 135 0 25 63 31 43 53 70
Binary 10111111 10010110 1011101 0 10101 110011 11001 100011 101011 111000

Color Harmonies of #BF965D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF965D

Black with #BF965D

Text Example


Text Example

White with #BF965D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF965D; }

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

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

background-color css

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

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

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

border-color css

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

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

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