Html Css Color HEX #BF955B Twine

📋 copy color: '#BF955B'

red 191 ◦ green 149 ◦ blue 91

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

Shades of Twine #BF955B

Tints of Twine #BF955B

RGB

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

 GREEN value IS 149 (58.59% from 255) = 34.57%

 BLUE value IS 91 (35.94% from 255) = 21.11%

R = 44.32%
G = 34.57%
B = 21.11%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.52

 K value IS 0.25

RGB Variations

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

Color information

#BF955B (or 0xBF955B) is known color: Twine. HEX triplet: BF, 95 and 5B. RGB value is (191,149,91). Sum of RGB (Red+Green+Blue) = 191+149+91=431 (57% of max value = 765). Red value is 191 (75% from 255 or 44.32% from 431); Green value is 149 (58.59% from 255 or 34.57% from 431); Blue value is 91 (35.94% from 255 or 21.11% from 431); Max value from RGB is 191 - color contains mainly: red. Hex color #BF955B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF955B is #406AA4. Grayscale: #9B9B9B. Windows color (decimal): -4221605 or 6002111. OLE color: 6002111.

HSL color Cylindrical-coordinate representation of color #BF955B: hue angle of 34.8º 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 #BF955B is Cyan = 0, Magento = 0.22, Yellow = 0.52 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 149 91 -
CMYK 0 0.22 0.52 0.25
HSL 34.8º 0.44% 0.55% -
HSV(B) 34.8º 0.52% 0.75% -
XYZ 34.12 33.33 14.53 -
YUV 154.95 91.91 153.72 -
System Red Green Blue C M Y K H S L
Decimal 191 149 91 0 0.22 0.52 0.25 34.8 0.44 0.55
Hex BF 95 5B 0 16 34 19 23 2C 37
Octal 277 225 133 0 26 64 31 43 54 67
Binary 10111111 10010101 1011011 0 10110 110100 11001 100011 101100 110111

Color Harmonies of #BF955B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF955B

Black with #BF955B

Text Example


Text Example

White with #BF955B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF955B; }

 p { color: rgb(191,149,91); }

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

background-color css

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

 a { background-color: rgb(191,149,91); }

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

border-color css

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

 span { border-color: rgb(191,149,91); }

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