Html Css Color HEX #BF9A55 Twine

📋 copy color: '#BF9A55'

red 191 ◦ green 154 ◦ blue 85

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

Shades of Twine #BF9A55

Tints of Twine #BF9A55

RGB

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

 GREEN value IS 154 (60.55% from 255) = 35.81%

 BLUE value IS 85 (33.59% from 255) = 19.77%

R = 44.42%
G = 35.81%
B = 19.77%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.55

 K value IS 0.25

RGB Variations

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

Color information

#BF9A55 (or 0xBF9A55) is known color: Twine. HEX triplet: BF, 9A and 55. RGB value is (191,154,85). Sum of RGB (Red+Green+Blue) = 191+154+85=430 (56% of max value = 765). Red value is 191 (75% from 255 or 44.42% from 430); Green value is 154 (60.55% from 255 or 35.81% from 430); Blue value is 85 (33.59% from 255 or 19.77% from 430); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9A55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF9A55 is #4065AA. Grayscale: #9D9D9D. Windows color (decimal): -4220331 or 5610175. OLE color: 5610175.

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

Color convert

RGB 191 154 85 -
CMYK 0 0.19 0.55 0.25
HSL 39.06º 0.45% 0.54% -
HSV(B) 39.06º 0.55% 0.75% -
XYZ 34.68 34.84 13.49 -
YUV 157.2 87.26 152.11 -
System Red Green Blue C M Y K H S L
Decimal 191 154 85 0 0.19 0.55 0.25 39.06 0.45 0.54
Hex BF 9A 55 0 13 37 19 27 2D 36
Octal 277 232 125 0 23 67 31 47 55 66
Binary 10111111 10011010 1010101 0 10011 110111 11001 100111 101101 110110

Color Harmonies of #BF9A55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF9A55

Black with #BF9A55

Text Example


Text Example

White with #BF9A55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF9A55; }

 p { color: rgb(191,154,85); }

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

background-color css

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

 a { background-color: rgb(191,154,85); }

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

border-color css

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

 span { border-color: rgb(191,154,85); }

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