Html Css Color HEX #BF965A Twine

📋 copy color: '#BF965A'

red 191 ◦ green 150 ◦ blue 90

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

Shades of Twine #BF965A

Tints of Twine #BF965A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 20.88%

R = 44.32%
G = 34.8%
B = 20.88%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.53

 K value IS 0.25

RGB Variations

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

Color information

#BF965A (or 0xBF965A) is known color: Twine. HEX triplet: BF, 96 and 5A. RGB value is (191,150,90). Sum of RGB (Red+Green+Blue) = 191+150+90=431 (57% of max value = 765). Red value is 191 (75% from 255 or 44.32% from 431); Green value is 150 (58.98% from 255 or 34.80% from 431); Blue value is 90 (35.55% from 255 or 20.88% from 431); Max value from RGB is 191 - color contains mainly: red. Hex color #BF965A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF965A is #4069A5. Grayscale: #9B9B9B. Windows color (decimal): -4221350 or 5936831. OLE color: 5936831.

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

Color convert

RGB 191 150 90 -
CMYK 0 0.21 0.53 0.25
HSL 35.64º 0.44% 0.55% -
HSV(B) 35.64º 0.53% 0.75% -
XYZ 34.24 33.63 14.36 -
YUV 155.42 91.08 153.38 -
System Red Green Blue C M Y K H S L
Decimal 191 150 90 0 0.21 0.53 0.25 35.64 0.44 0.55
Hex BF 96 5A 0 15 35 19 24 2C 37
Octal 277 226 132 0 25 65 31 44 54 67
Binary 10111111 10010110 1011010 0 10101 110101 11001 100100 101100 110111

Color Harmonies of #BF965A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF965A

Black with #BF965A

Text Example


Text Example

White with #BF965A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF965A; }

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

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

background-color css

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

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

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

border-color css

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

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

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