Html Css Color HEX #BF945C Twine

📋 copy color: '#BF945C'

red 191 ◦ green 148 ◦ blue 92

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

Shades of Twine #BF945C

Tints of Twine #BF945C

RGB

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

 GREEN value IS 148 (58.2% from 255) = 34.34%

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

R = 44.32%
G = 34.34%
B = 21.35%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.52

 K value IS 0.25

RGB Variations

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

Color information

#BF945C (or 0xBF945C) is known color: Twine. HEX triplet: BF, 94 and 5C. RGB value is (191,148,92). Sum of RGB (Red+Green+Blue) = 191+148+92=431 (57% of max value = 765). Red value is 191 (75% from 255 or 44.32% from 431); Green value is 148 (58.20% from 255 or 34.34% from 431); Blue value is 92 (36.33% from 255 or 21.35% from 431); Max value from RGB is 191 - color contains mainly: red. Hex color #BF945C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF945C is #406BA3. Grayscale: #9A9A9A. Windows color (decimal): -4221860 or 6067391. OLE color: 6067391.

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

Color convert

RGB 191 148 92 -
CMYK 0 0.23 0.52 0.25
HSL 33.94º 0.44% 0.55% -
HSV(B) 33.94º 0.52% 0.75% -
XYZ 34.01 33.03 14.71 -
YUV 154.47 92.75 154.05 -
System Red Green Blue C M Y K H S L
Decimal 191 148 92 0 0.23 0.52 0.25 33.94 0.44 0.55
Hex BF 94 5C 0 17 34 19 22 2C 37
Octal 277 224 134 0 27 64 31 42 54 67
Binary 10111111 10010100 1011100 0 10111 110100 11001 100010 101100 110111

Color Harmonies of #BF945C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF945C

Black with #BF945C

Text Example


Text Example

White with #BF945C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF945C; }

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

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

background-color css

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

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

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

border-color css

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

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

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