Html Css Color HEX #BF905D Twine

📋 copy color: '#BF905D'

red 191 ◦ green 144 ◦ blue 93

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

Shades of Twine #BF905D

Tints of Twine #BF905D

RGB

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

 GREEN value IS 144 (56.64% from 255) = 33.64%

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

R = 44.63%
G = 33.64%
B = 21.73%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.51

 K value IS 0.25

RGB Variations

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

Color information

#BF905D (or 0xBF905D) is known color: Twine. HEX triplet: BF, 90 and 5D. RGB value is (191,144,93). Sum of RGB (Red+Green+Blue) = 191+144+93=428 (56% of max value = 765). Red value is 191 (75% from 255 or 44.63% from 428); Green value is 144 (56.64% from 255 or 33.64% from 428); Blue value is 93 (36.72% from 255 or 21.73% from 428); Max value from RGB is 191 - color contains mainly: red. Hex color #BF905D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF905D is #406FA2. Grayscale: #989898. Windows color (decimal): -4222883 or 6131903. OLE color: 6131903.

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

Color convert

RGB 191 144 93 -
CMYK 0 0.25 0.51 0.25
HSL 31.22º 0.43% 0.56% -
HSV(B) 31.22º 0.51% 0.75% -
XYZ 33.43 31.81 14.73 -
YUV 152.24 94.57 155.65 -
System Red Green Blue C M Y K H S L
Decimal 191 144 93 0 0.25 0.51 0.25 31.22 0.43 0.56
Hex BF 90 5D 0 19 33 19 1F 2B 38
Octal 277 220 135 0 31 63 31 37 53 70
Binary 10111111 10010000 1011101 0 11001 110011 11001 11111 101011 111000

Color Harmonies of #BF905D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF905D

Black with #BF905D

Text Example


Text Example

White with #BF905D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF905D; }

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

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

background-color css

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

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

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

border-color css

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

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

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